Ethereum smart contracts for 88mph, an upfront interest lending protocol.
Documentation may be found at 88mph.app/docs/smartcontract
After cloning the repo, in the project root directory, run the following to run the unit tests:
npm install
npx buidler test
After doing the above, run the following to generate test coverage information using solidity-coverage
:
npx buidler coverage
Read DEPLOY_README.md