MoneyToken implementation of Loan Smart Contract
- Install truffle globally with
npm install -g truffle - Install testrpc globally with
npm install -g ethereumjs-testrpc - Install local packages with
npm install - Run tests with
killall -9 node; npm test; killall -9 node;
On macOS you also need to install watchman: brew install watchman