Application for voting and govern DXdao, focused on technical decentralization (fetching all data from ethereum network, ipfs or static configuration files).
Will build the dapp with the development configuration, deploying all dxdao contracts in a local network, being able to use local network and rinkeby.
yarn dev
Will start the dapp with the production configuration, right now only working on rinkeby.
yarn start
Will build the dapp with the production configuration, right now only working on rinkeby.
yarn build