Vault 1.5 Strategist Quickstart
For getting started as a strategist, please see the badger-vaults-mix-v1.5
Last updated
Was this helpful?
For getting started as a strategist, please see the badger-vaults-mix-v1.5
Last updated
Was this helpful?
For a fully detailed guide, see the Readme on Github
Use this code by clicking on Use This Template
Download the code with git clone URL_FROM_GITHUB
Install Brownie & Ganache-CLI, if you haven't already.
Copy the .env.example
file, and rename it to .env
Sign up for Infura and generate an API key. Store it in the WEB3_INFURA_PROJECT_ID
environment variable.
Sign up for Etherscan and generate an API key. This is required for fetching source codes of the mainnet contracts we will be interacting with. Store the API key in the ETHERSCAN_TOKEN
environment variable.
Install the dependencies in the package
To deploy the demo Badger Strategy in a development environment:
Open the Brownie console. This automatically launches Ganache on a forked mainnet.