Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 590 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 590 Bytes

Atlantis

DAO framework

Index

  • Setup
  • What is the Atlantis Framework?
  • EthOnline Notes
  • Help get this audited
  • Example DAOs

Setup

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