/harvest-finance

Harvest Finance Smart Contracts w/ Hardhat Integration

Primary LanguageTypeScript

Harvest Finance Smart Contracts

Aggregation of smart contracts used to make up the Harvest Finance ecosystem.

https://harvest.finance/

Notice: I am not affliated with Harvest Finance. This project is purely for educational purposes.

Usage

  1. Install the package dependencies with npm/yarn
yarn install
  1. Compile the contracts
yarn compile
  1. Start the development server
yarn dev

References