Dummy repo for a contract that rounds up the input of numbers.
First clone and enter the repository:
git clone https://github.com/maxrobot/solidity-rounder
cd /path/to/solidity-rounderNext install the relevant dependencies:
npm installTo run the tests first in a new tab launch an instance of ganache-cli:
npm run testrpcFinally deploy the contract and run the tests:
npm run test