Ergo Mosaik: A UI system for Ergo dApps#
Example apps#
The following Mosaik apps are open source and can be used as references for building Mosaik apps. The backend demos also show cross-origin setup for browser-based executors and the current split between Java and Kotlin backend examples.
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