This repository shows a basic DAO (Decentralized autonomous organization)
This project uses Hardhat, checkout their documentation.
- Install dependencies:
yarn
- Run Tests:
yarn hardhat test
- Check the accounts present
yarn hardhat accounts
This repository is made using code from OpenZeppelin and Patrick Collin's DAO template.