Skip to content

friedger/daohaus-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daohaus-web

Web app for exploring and summoning moloch daos.

Development

  1. Install dependencies
$ yarn install
  1. Create an env file and fill out the appropriate varialbles for the network you are using. There are currently factory contracts and subgraphs on mainnet, kovan and rinkeby.
$ cp .env.sample .env.local
  1. Run a dev server
$ yarn start

Contributions

  1. Clone or Fork this repo

  2. Create your branch

    You will either pull of of the base branch: develop or a release branch if working on feature for a bundled release RELEASE_<release name>.

    Branch naming:

    feature/<feature-name>

    fix/<bug name>

    chore/<chore name>

  3. Do your work and create the PR.

    Please fetch the base or relase branch you pulled off of and ensure the latest work is merged into your branch before creating the PR.

    PR template is TBD, so just be as descriptive as you can.

Deployments

  1. Deploy to staging

    PR from develop or the release branch, RELEASE_<release name> into staging. CD will deploy to

    staging.daohaus.club (kovan)

  2. Deploy to production

    PR from staging into production. CD will deploy to

    daohaus.club (mainnet) kovan.daohaus.club (kovan) rinkeby.daohaus.club (rinkeby) xdai.daohaus.club (xdai)

    Note that our CI/CD will fail if there are eslint code warnings.

Environement variables

Factory contract addresses

mainnet:

0x2840d12d926cc686217bb42B80b662C7D72ee787

kovan:

0x0C60Cd59f42093c7489BA68BAA4d7A01f2468153

Subgraph urls

mainnet:

https://api.thegraph.com/subgraphs/name/odyssy-automaton/daohaus

https://api.thegraph.com/subgraphs/name/odyssy-automaton/daohaus-stats

kovan:

https://api.thegraph.com/subgraphs/name/odyssy-automaton/daohaus-kovan

https://api.thegraph.com/subgraphs/name/odyssy-automaton/daohaus-kovan-stats

gittronHELLO GITTRON

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.2%
  • SCSS 15.8%
  • Solidity 12.4%
  • Other 0.6%