Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.78 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.78 KB

ETHDenver-DAO

ETHDenver DAO is a DAO for the ETHDenver Conference and Hackathon. This repo is configuring and deploying the ETHDenver DAO.

Architecture

The DAO is based on DAOstack's Arc platform, and using the Infra platform for decision making, based on Holographic Consensus.

A Rinkeby example for the DAO was deployed, with its Avatar on address 0xfa0646b726ba94840eb3cd77095d46da775ad3ed. The complete addresses and deployment logs can be found here.

Rinkeby deployment links

Contracts

The dao contracts are based on arc version 0.0.1-rc.36

Deployment (test)

  1. npm i

  2. npm run migrate_test -- --private-key <PRIVATE_KEY> --provider https://mainnet.infura.io/v3/<infuraKey>