SuiDo is a lightweight Web3 To-Do dApp that leverages the Sui Testnet blockchain to offer a decentralized, secure, and high-performance task management experience.
Check out the live version of SuiDo here: sui-do.vercel.app
- Fully Web3-enabled: Integrates with the Sui Testnet blockchain for on-chain task storage.
- Decentralized: Tasks and their state are tracked via smart contracts, not a centralized server.
- Built with modern stack: Uses TypeScript, Move, React, Vite, Tailwind CSS, etc.
- Clone the repository
git clone https://github.com/Elivius/SuiDo.git cd SuiDo - Install dependencies
pnpm install
- Run locally
pnpm dev