Skip to content

sonofplasma/protocol-contracts

 
 

Repository files navigation

CI

APY Smart Contracts

Install Dependencies

yarn install

Compile Contracts

yarn compile

Run Tests

Unit tests

yarn test:unit

Integration tests

yarn test:integration

Comments:

  • Hardhat node is used with mainnet forking which requires ALCHEMY_API_KEY to be set in a .env file
  • the timeout for tests may need to be adjusted; the mocha timeout variable is set in hardhat.config.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.5%
  • Solidity 38.8%
  • Vyper 1.5%
  • TypeScript 1.1%
  • Shell 0.1%