Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ibelick/nextjs-dao
- Owner: ibelick
- Created: 2022-01-20T16:46:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T17:11:44.000Z (almost 3 years ago)
- Last Synced: 2024-02-13T08:38:28.310Z (10 months ago)
- Language: TypeScript
- Size: 147 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-buildspace - nextjs-dao
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)