Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 915 Bytes

File metadata and controls

38 lines (26 loc) · 915 Bytes

Separate-Staking-Reward-ERC4626-Rewarding-Vault

A OpenZepplin ERC4626 Vault that hands out rewards in the vein of Masterchef V2

Setup

Install

To retrieve the project dependencies and before any further tasks will run correctly

npm ci

Build and Test

npm run build
npm test

Formatting

To run both the TypeScript and Solidity source formatters.

npm run format

Linting

To run both the TypeScript and Solidity linters.

npm run lint

Tools

Setup and run instructions:

  • Slither; Trail of Bits Solidity static analyzer.