This is a Next.js, Tailwind CSS, and Typescript DAO project. Powered by buildspace and thirdweb.
Clone this repo and follow these commands:
- Run
npm install
at the root of your directory - Run
npm run dev
to start the project - Install MetaMask to connect your wallet
- Choose "Rinkeby Test Network"
- Start coding!
- Rename
.env.example
to.env
and complete with keys from thirdweb, alchemy, and wallet address. - Run the scripts one by one with
node scripts/[PATH].js
and complete with contract addresses when you have to - Enjoy!
If you need more detail I recommend you to do the buildspace DAO project