Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ibelick/nextjs-dao

Nextjs DAO app with TypeScript and Tailwind CSS. Powered by buildspace x thirdweb DAO project
https://github.com/ibelick/nextjs-dao

Last synced: 29 days ago
JSON representation

Nextjs DAO app with TypeScript and Tailwind CSS. Powered by buildspace x thirdweb DAO project

Awesome Lists containing this project

README

        

# Next.js DAO
This is a Next.js, Tailwind CSS, and Typescript DAO project. Powered by [buildspace](https://buildspace.so/daos) and [thirdweb](https://thirdweb.com/).

# Installation
Clone this repo and follow these commands:

1. Run `npm install` at the root of your directory
2. Run `npm run dev` to start the project
3. Install [MetaMask](https://metamask.io/) to connect your wallet
4. Choose "Rinkeby Test Network"
5. Start coding!

# Create a DAO

1. Rename `.env.example` to `.env` and complete with keys from [thirdweb](https://thirdweb.com/), [alchemy](https://www.alchemy.com/), and wallet address.
2. Run the scripts one by one with `node scripts/[PATH].js` and complete with contract addresses when you have to
3. Enjoy!

If you need more detail I recommend you to do the [buildspace DAO project](https://zip.sc/jZqDj)