Skip to content

ShyftNetwork/StakingModule

Repository files navigation

Shyft-Staking

Table of Contents

Expand

Install

  1. Install dependencies:
$ yarn

Usage

Remember to configure your env vars, the mnemonics are really important for deployment. You can check the corresponding accounts addresses with the command ỳarn accounts...

# Lint
yarn lint
# Prettier
yarn format
# Compile contracts, export ABIs, and generate TypeScript interfaces
yarn compile
# Run tests
yarn dev
yarn test (all unit tests)
# Verify accounts to use 
yarn accounts:rinkeby
yarn accounts:mainnet
# Deploy to rinkeby network (Remember to set env vars with mnemonics)
yarn deploy:rinkeby
# Verify contracts in etherscan
yarn verify:rinkeby --api-key <etherscan api key>

Audit

2022 SHYFT Staking Audit Results

Releases

No releases published

Packages

No packages published