Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 514 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 514 Bytes

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