Skip to content

Senshii/88mph-contracts

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.6%
  • Solidity 39.4%