sw-11-00 / gmx-contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 69.5%Language:Solidity 30.5%