/lsdx-contracts

Primary LanguageSolidityApache License 2.0Apache-2.0

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