use-ink / contracts-ui

Web application for deploying wasm smart contracts on Substrate chains that include the FRAME contracts pallet
https://contracts-ui.substrate.io/
GNU General Public License v3.0
61 stars 44 forks source link

Import & Export a Deployments File #522

Open peetzweg opened 7 months ago

peetzweg commented 7 months ago

Allow user to export a "meta" file which includes all their deployed contracts with addresses, names, abis and networks. This file should also be able to be imported again as well.

The format should at best be a already existing common standard or guide in a direction of such. I.e. inkathon has capabilities of a deploy scripts which also track the deployed contracts in dedicated file afaik.