@dolomite-exchange/dolomite-margin-modules
v0.0.13
Published
Repository uses the DolomiteMargin instance on Arbitrum One for testing new modules and features against the live deployment.
Readme
Solidity Smart Contracts for integration tests against the live
DolomiteMargininstance on all deployed networks for adding new modules that hook into a live deployment.
Installation
- Run
yarn installto 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 buildto compile all smart contracts and build TypeChain wrappers
Testing
- To run all tests, run
yarn test
