flow-playground
flow-playground copied to clipboard
"Deploy Contracts" button to automatically deploy set of contracts in a specified order
Is your feature request related to a problem? Please describe.
It is common have different contracts under different accounts when using playground to quickly test ideas.
Contracts currently have to be deployed individually, and in the correct order. This is a little bit of a pain when iterating quickly on an idea, as each small change requires redeploying all contracts by clicking on the account on the left and then clicking the "Redeploy" button for each contract.
Describe the solution you'd like
It would improve the experience if there was a "Deploy Contracts" button that allowed you to automatically redeploy all contracts in a specified order with one click, instead of having to do each one manually.
We plan to support all common contracts being already deployed. As part of the guided tutorials we will support automatic deployment of contracts as part of establishing env. cc @DylanTinianov