To install, download or clone the repo, then:
npm install
truffle compile
To run truffle tests:
truffle test
- Run Ganache GUI with 50+ Accounts on port 7545
- Run following commands:
truffle migrate
npm run dapp
To view dapp:
http://localhost:3000
Remember to always connect to MetaMask/Ganache before taking any actions via button in top-right corner of UI
npm run server
truffle test ./test/oracles.js