- Setup
- What is the Atlantis Framework?
- EthOnline Notes
- Help get this audited
- Example DAOs
To get this repository up and running locally start by cloning or forking the repository.
Once downloaded/unzipped run yarn
to install all the required packages.
yarn
To build the smart contracts run:
yarn build
For testing run:
yarn test
To deploy a simple DAO system run:
yarn deploy:local
yarn deploy:rinkeby
yarn deploy:mumbai
yarn deploy:optimism-test