jlvandenhout / contracts

MIT License
0 stars 0 forks source link

Contracts

A repository containing smart contracts written in Solidity, compiled with Hardhat, and tested using either Hardhat or the Solo framework.

Prerequisites

Usage

To install dependencies and compile the contracts, run:

yarn
yarn compile

To run the tests, run:

yarn test:sandbox

or

yarn test:solo