punwai / 88mph-contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 60.6%Language:Solidity 39.4%Language:Shell 0.0%