Why It's Different
Focus on What Matters
Sui dApp Starter lets you focus on your business logic from day one instead of developing the app skeleton for weeks.
Truly Full-Stack
Sui dApp Starter is a monorepo, powered by pnpm workspaces, where frontend and backend are integrated with each other through console scripts.
DX First
Designed with developer experience in mind, Sui dApp Starter provides necessary tooling to work with networks, build, test, lint, format and deploy.
Decentralized
Client-side React as a foundation for the frontend part lets you host it in a decentralized manner.
Local Block Explorer
Sui dApp Starter seamlessly integrates with Local Sui Explorer, which lets you check your local transaction data during development.
Sui Components
The NetworkType, Balance, Faucet and other components are included so you don't have to reinvent the wheel.
Sui Hooks
The useNetworkType, useBalance, useFaucet, useTransact hooks encapsulate routine tasks, allowing you to develop quicker.
Learn by Example
The starter includes an example Move package, utilizing on-chain randomness, with a frontend client for it, so you have a solid platform to jump from.
What People Think
@brendan.sui
Appreciate the effort you've put in here, as well as your local explorer repo!
@b1ackd0g
Have been following this in the Overflow Discord--looks extremely useful
@PerelmanDmitri
Thanks for doing that: this type of utilities are crucial for lowering the entrance barriers.
@Xenon
Excellent starter package for hackathons, you can jump right in and start building your idea from something that works and not from zero. Thanks!
@Erarnitox
Thank you for providing this for us! And even for free!
@pinebit
Everything is quite professionally done. Respect!