Skip to content

BootNodeDev/escrow-manager-contracts

Repository files navigation

POC Vesting Escrow Manager Contracts

Pre-requirements

The following prerequisites are required:

Install dependencies

Before running any command, make sure to install dependencies:

$ yarn

Compile contracts

Compile the smart contracts with Hardhat:

$ yarn compile

Test

Run unit tests:

$ yarn test

Coverage

Run unit tests coverage:

$ yarn coverage

Gas Report

Run unit tests with gas report:

$ yarn gas-report

Linter

Run typescript and solidity linters:

$ yarn lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published