Examples¶
Working dApps built on the Kuira SDK — clone, build, and read the source. Copy a card's one-tap prompt into your coding agent and it clones the repo and walks the setup as a task list, or browse the source on GitHub.
Starter
Kuira Starter
A minimal counter dApp: Sigil identity, embedded wallet, and a 6-line Compact contract you deploy and increment on-chain. ~700 lines, also a GitHub template.
View on GitHub →
Example
BBoard
An on-chain bulletin board — the deploy, call, and read flow end-to-end: create a board, post and take down messages, or connect to one someone shared.
View on GitHub →
Example
Midnight Kicks
A ZK penalty shootout on Unity 3D and Kotlin, with a Compact contract as the on-chain referee. Commit-reveal so neither side can cheat, and every move is proved on the phone.
View on GitHub →