Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 579 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 579 Bytes

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