/Beanstalk

The Beanstalk Protocol

Primary LanguageSolidity

Beanstalk

Code Version: 1.1.0
Whitepaper Version 1.1.0

Beanstalk

0xC1E088fC1323b20BCBee9bd1B9fC9546db5624C5

Bean

0xDC59ac4FeFa32293A95889Dc396682858d52e5Db

Uniswap V2 Pair BEAN / ETH

0x87898263B6C5BABe34b4ec53F22d98430b91e371

Setup

  1. clone the repository
  2. cd into the protocol repository
  3. run npm install
  4. in hardhat.config.js, add your alchemy/infura key as API_KEY, set the correct base url as URL and add your private key as PRIVATE_KEY

Testing

run npm test to run all coverage tests run npx hardhat coverage to run all coverage tests and generate a coverage report