Skip to content

sipherxyz/sipher-staking-pools

Repository files navigation

Usage

Before running you need to install dependencies:

yarn install

Compile

Compile the contracts:

yarn hardhat compile

Test

Before running tests, make sure you are using the project typescript version to prevent any type errors

Run all Mocha tests:

yarn hardhat test

Run specific Mocha test:

yarn hardhat test /test/<test-file-name>

Coverage

Generate coverage report:

yarn hardhat coverage

Clean

Delete smart contracts artifact and generated typechain:

yarn hardhat clean

About

Source code of Sipher staking management & pools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published