This is a final project for the school of ai's Decentralized Applications course.
- Connect to Ropsten test network using MetaMask
- Go to demo page
- Clone repo
- Install MetaMask for your browser
- Run
npm install
- Start rpc or ganache. (Change the network address accordingly in truffle.js)
- Compile and migrate contract
truffle compile && truffle migrate
- Run
npm run dev
- Open browser to localhost if previous command didn't automatically
Broken resolutions have good test coverage.
- Run
npm install
- Start rpc or ganache. (Change the network address accordingly in truffle.js)
- Run
truffle test