solidity contracts template

Local Development

The following assumes the use of node@>=12.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test

Delpoy

yarn hardhat deploy --network rinkeby