Example Apps
Explore examples that demonstrate common Sui development patterns. Each example includes source code, setup instructions, key code highlights, and troubleshooting guidance.
Move Patterns
Frontend Apps
Digital Assets
Real-Time Event Indexer
Build a real-time event indexer that subscribes to Sui checkpoints through gRPC, filters for specific Move events, and decodes BCS-encoded event data in TypeScript.
Plinko
Build a provably fair, gasless Plinko game on Sui using onchain randomness and sponsored transactions through Enoki.