Skip to content

cortexdao/protocol-contracts

 
 

Repository files navigation

CI

CORTEX DAO 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 59.2%
  • Solidity 39.3%
  • Vyper 1.4%
  • Shell 0.1%