/88mph-contracts

Ethereum smart contracts for 88mph, an upfront interest lending protocol.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

88mph-contracts

Ethereum smart contracts for 88mph, an upfront interest lending protocol.

Documentation may be found at 88mph.app/docs/smartcontract

Testing

After cloning the repo, in the project root directory, run the following to run the unit tests:

npm install
npx buidler test

Test coverage

After doing the above, run the following to generate test coverage information using solidity-coverage:

npx buidler coverage

Deploying

Read DEPLOY_README.md