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 45 forks source link

feat: transfer funds to contracts #461

Open statictype opened 1 year ago

statictype commented 1 year ago

At the moment there is no way to view the balance of a contract or transfer any funds without using another tool. Create a transfer component which allows users to split funds between accounts and fund contracts right from the app. Design needed

peetzweg commented 9 months ago

Balances of contracts are now displayed, https://github.com/paritytech/contracts-ui/pull/530.

However, funding a contract would still be a great addition.