- This is a smart contract for the pool to "automatically" stake the $FARM (that are earned by staking “normal” assets) into the Profit Sharing Pool while maintaining reasonable gas consumption for staking and unstaking assets.
- Integrate Gelato into the Harvest.finance for automatic regular update that is rewards earned. ( https://docs.gelato.network/creating-an-automated-dapp )
$ npm install
$ npm run migrate:kovan
※ In progress
- Harvest.finance
- Doc:https://farm.chainwiki.dev/en/contracts
- Smart Contract (Test is mainnet-fork approach):https://github.com/harvest-finance/harvest
- FAQ:https://farm.chainwiki.dev/en/faq
- Addresses (Mainnet):https://github.com/harvest-finance/harvest#addresses
- Existing dApp: https://harvest.finance/pool/profit-sharing-farm
- GR8 Bounty:https://gitcoin.co/issue/harvest-finance/harvest/15/100024325
- Truffle test by using mainnet-fork approach:
https://medium.com/@samajammin/how-to-interact-with-ethereums-mainnet-in-a-development-environment-with-ganache-3d8649df0876