DAOs are taking over. Build one yourself for fun. Maybe it's a meme DAO for your friends. Maybe it's a DAO that aims to fix climate change. Up to you. We'll be going over things like minting a membership NFT, creating/airdropping a token, public treasuries, and governance using a token
- buildpspace
- React.js
- HTML5/CSS3, Javascript ES6
- VSCode
- Thirdweb
- Alchemy
This project was bootstrapped with Create React App.
To get a local copy up and running follow these simple example steps.
- To install the app in your system, make sure you have node/npm installed. get npm
- Clone the repository in your system by using:
git clone
- Next step is to CD into the local repository and run:
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This command builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
In the root of the project, create a .env file to include the following keys:
PRIVATE_KEY=<INCLUDE YOUR VALUES FROM THE PROJECT>
WALLET_ADDRESS=<INCLUDE YOUR VALUES FROM THE PROJECT>
ALCHEMY_API_URL=<INCLUDE YOUR VALUES FROM THE PROJECT>
👤 Carlos Anriquez
- Github: @canriquez
- Twitter: @cranriquez
- Linkedin: linkedin
Give a ⭐️ if you like this project!