1.0.3 • Published 2 years ago

@mycelium-ethereum/perpetual-swap-contracts v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

TRS Contracts

Contracts for Tracer TRS.

Docs at https://gmxio.gitbook.io/gmx/contracts.

Install Dependencies

If npx is not installed yet: npm install -g npx

Install packages: npm i

Compile Contracts

npx hardhat compile

Run Tests

npx hardhat test

Deploy Contracts

bash scripts/deploy.sh (Make sure that optimizer: true in hardhat.config.js prior to running the deploy script)