lsdxfinance / lsdx-contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSDx Contracts

Compile

Cloning repository and install dependencies:

$ git clone <repository-url>

$ cd lsdx-contracts

$ yarn

Compile contracts:

# Use `hardhat-shorthand`:
$ hh compile

# Or, use `yarn`:
$ yarn run hardhat compile

# Or, use `npx`:
$ npx hardhat compile

Run Test Cases

$ hh test

About

License:Apache License 2.0


Languages

Language:Solidity 55.8%Language:TypeScript 44.1%Language:JavaScript 0.1%