/dxvote

Voting Dapp of DXdao

Primary LanguageSolidityGNU Affero General Public License v3.0AGPL-3.0

DXvote

Application for voting and govern DXdao, focused on technical decentralization (fetching all data from ethereum network, ipfs or static configuration files).

Development

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

Start

Will start the dapp with the production configuration, right now only working on rinkeby.

yarn start

Build

Will build the dapp with the production configuration, right now only working on rinkeby.

yarn build