How to run locally:
git clone https://github.com/1Hive/honey-pot.git
cd honey-pot
yarn --ignore-engines
yarn start:[network]
# yarn start:rinkeby
# yarn start:xdai
Tip: Make sure you provide the environment variable of the RPC node when running on xDai. e.g.
REACT_APP_ETH_NODE=https://rpc.xdaichain.com/ yarn start:xdai
REACT_APP_APP_NAME # Name of the app (if empty, defaults to conviction-voting)
REACT_APP_ORG_ADDRESS # Address of the organization (if empty, defaults to address specified in netowrks.js file)