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
62 stars 47 forks source link

Make the user confirm contract calls #410

Open statictype opened 1 year ago

statictype commented 1 year ago

At the moment on the interact page, a user can call a contract without any confirmation step if the dry run is successful. While this is ok on testnets, it can produce some costly errors on live networks. The confirmation modal from the instantiation form should be adapted and reused for the contract call as well.