@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.
Downloads
35
Readme
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.
Installation
- 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
Testing
- To run all tests, run
yarn test