Ergo Mosaik: A UI system for Ergo dApps#
Example apps#
The following Mosaik apps are open-sourced can be used to take inspiration from how to build own Mosaik apps.
Spring and Kotlin DSL#
- Mosaik tutorial example app - Example app for the tutorial series
- Age USD demo - Example UI showing AgeUSD state and to mint and redeem SigRSV/SigUSD
- Mosaik view elements and actions - Showcasing all available view elements and actions
- Burn tokens demo - UI for burning tokens, fully functional with ErgoPay
- NFT marketplace - Example UI for an NFT marketplace
- Obol Flip - Decentralized coin flip, downloadable Mosaik client
Spring and Java#
- LazyBox, Alignments - Example app building UI in pure Java
Spring, Java and Freemarker#
- Visitor list - Example app building UI and processing data using json templates and Freemarker