Skip to content

Files

Latest commit

Apr 12, 2022
34bce39 · Apr 12, 2022

History

History
17 lines (12 loc) · 263 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 263 Bytes

GMX Contracts

Contracts for GMX.

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