create-dao
In Development 🏗️
Quick Start Notes
- Open your terminal
- Run
npm run install
- Run
npm run setup
for a CLI setup of your DAO - Run
npm run chain
for a local hardhat network for testing - Open another terminal
- Run
npm run deploy
to compile and deploy the contract - Run
npm run dev
to view on http://localhost:3000/
Additional - Run npm run network
to change networks
Extended User Docs
For more information please refer to (User Docs)[https://github.com/Developer-DAO/create-dao/blob/main/docs/user/toc.md]
Issues
If you find a bug or would like to request a feature, please visit ISSUES
Technologies
This project is built with the following open source libraries, frameworks and languages.
Tech | Description |
---|
NextJS | Front end user interface |
ChakraUI | A simple & modular component library |
Hardhat | Ethereum development environment for professionals |
@web3-ui/core | A set of React components and hooks made for web3-specific use cases. |