yearn / yearn-protocol

Yearn smart contracts
https://yearn.finance
GNU Affero General Public License v3.0
441 stars 211 forks source link

Deployment document for mainnet (step-by-step) #38

Closed mindfulme closed 3 years ago

mindfulme commented 3 years ago

Can we do a simple step-by-step deployment guide for newbies to play around yearn protocol and learn around yearn smart contracts on practice?

Would be helpful to learn about vaults on mainnet by having a full guide on deploying vaults and adding new vaults to yearn protocol.

mindfulme commented 3 years ago

Is there a deployment script? https://eth-brownie.readthedocs.io/en/stable/deploy.html

mindfulme commented 3 years ago

or the basics of brownie will be enough? https://medium.com/better-programming/part-1-brownie-smart-contracts-framework-for-ethereum-basics-5efc80205413

fubuloubu commented 3 years ago

The deployment process is currently very specialized, but part of the refresh we are doing for v2 will include deployment scripts.

Brownie can help you out for now.

saltyfacu commented 3 years ago

We are polishing the document here on how to deploy V2 vaults here: https://github.com/iearn-finance/yearn-vaults/pull/181

saltyfacu commented 3 years ago

We have the first version of the operations manual ready here: https://github.com/iearn-finance/yearn-vaults/blob/master/docs/OPERATIONS.md