Sui dApp Starter is a full-stack boilerplate which let's you scaffold a solid foundation for your Sui project and focus on the business logic of your dapp from day one.
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.