/DolomitePoCs

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Coverage Status License Discord Telegram GitHub

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

  1. Run yarn install to install the rest of the dependencies.
  2. 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.
  3. Run yarn build to compile all smart contracts and build TypeChain wrappers

Testing

  1. To run all tests, run yarn test