Dubhe Examples
Starter templates (v2)
Bundled in the repo under templates/nextjs/. Scaffold one with pnpm create dubhe (pick the nextjs template), or read them directly as references:
- sui-template — minimal end-to-end DApp: resources, system functions, and a TypeScript/React client.
- sui-farm — idle/farming game built on per-user
UserStorage, session keys, and theuseSessionKey/useDubheTxhooks. - sui-card-duel — full-chain PvP card battle. The canonical example for extended storage + sessions:
ObjectStorage,SceneStorage,permits(1v1 invite + open room),transferableresources, and session-key delegated matches.
Community projects
Fully on-chain, built on the Dubhe engine:
- merak — a privacy-preserving DeFi liquidity hub built on the Dubhe engine.
Off-chain, pre-obelisk engine:
- apocalypse — a simple rock-paper-scissors game.
- happyfarm — a farming game.
- Constantinople — a chained Pokémon game.