Vault 1.5 Developer Quickstart
This documentation shows how to get started
Last updated
Was this helpful?
This documentation shows how to get started
Last updated
Was this helpful?
Please see the Vaults 1.5 Repo Readme:
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.