This is Governance Dapp for Rupaya. Full-Node can apply to become a candidate for masternode. Coin Holder can vote for candidates to become masternodes. See the detail from technical Whitepaper: https://docs.rupaya.com/whitepaper/](https://docs.rupaya.com/whitepaper/)
cp config/default.json config/local.json
local.json file to support your environment
"db": { "uri": "mongodb://mongodb:27017/governance" }, "db": { "uri": "mongodb://localhost:27017/governance" },npm install
truffle deploy --reset --network rupaya # only use this command if you want to connect to a private network
cp abis/*json build/contracts/
Note: before deploying to rupaya testnet, make sure you have RUPX in the wallet. If not, get free at https://faucet.rupaya.com
npm run dev-https
npm run dev
The site will run at http://localhost:3000
npm run test
Or run command
truffle test
npm run test path_to_file/file.js
Or run command
truffle test path_to_file/file.js
Content type
Image
Digest
Size
461.3 MB
Last updated
over 5 years ago
docker pull rupayaproject/gov