ZhangPeibin / 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 71.6%Language:Solidity 28.4%