Solidity Smart Contracts for integration tests against the live
DolomiteMargin
instance on all deployed networks for adding new modules that hook into a live deployment.
- Run
yarn install
to install the rest of the dependencies. - Sign up on Infura or Alchemy. We recommend using Infura or Alchemy to allow for a reproducible Arbitrum One testing environment as well as efficiency due to caching.
- Run
yarn build
to compile all smart contracts and build TypeChain wrappers
- To run all tests, run
yarn test