Whalestreet Contracts.
The farming module consists of 3 main smart contracts:
- BasePool.sol
- LPTokenWrapper.sol
- UNIV2SHRIMPPool.sol
All the contracts in this repository have been written in Solidity v0.7.5
Please use Git commits according to this article: https://chris.beams.io/posts/git-commit
-
Clone this repository
git clone <repo>
-
cd into the cloned repo
cd Whalestreet-contracts
-
Install dependencies via npm
npm install