New website repo is here: daohaus-website.
Web app for exploring and summoning moloch daos.
- Install dependencies
$ yarn install
- 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
- Run a dev server
$ yarn start
-
Clone or Fork this repo
-
Create your branch
You will either pull of of the base branch:
develop
or a release branch if working on feature for a bundled releaseRELEASE_<release name>
.Branch naming:
feature/<feature-name>
fix/<bug name>
chore/<chore name>
-
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.
-
Deploy to staging
PR from
develop
or the release branch,RELEASE_<release name>
intostaging
. CD will deploy tostaging.daohaus.club
(kovan) -
Deploy to production
PR from
staging
intoproduction
. CD will deploy todaohaus.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.
mainnet:
0x2840d12d926cc686217bb42B80b662C7D72ee787
kovan:
0x0C60Cd59f42093c7489BA68BAA4d7A01f2468153
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
HELLO GITTRON |
DAOhaus is an easy user interface for decentralized autonomous organizations built on the Moloch DAO framework smart contracts https://github.com/MolochVentures/moloch.
Copyright (C) 2021 DAOhaus
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.txt.