CjHare / Separate-Staking-Reward-ERC4626-Vault

A ERC4626 Vault that hands out rewards in the vein of Masterchef V2
Apache License 2.0
3 stars 0 forks source link

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: