superhero-com / superhero-wallet

Superhero Wallet – More than just a way to receive, store & send tokens on the æternity blockchain
https://wallet.superhero.com
ISC License
39 stars 38 forks source link

Show information about opened state channels #2039

Open davidyuk opened 1 year ago

davidyuk commented 1 year ago

Is your feature request related to a problem? Please describe. We have a chicken or the egg delemma here. Apps based on state channels didn't get developed because the lack of wallet support. Wallet didn't implemented state channels support because the lack of implementations/requests from developer side. This issue aims to solve it.

Describe the solution you'd like To show information about opened state channels. It may be a peer address, amount of funds locked into it, is it in dispute. Theoretically you can show entities created in a state channel (like contracts), but probably this is only available to aepp that have a WS connection to a node, so the implementation can be limited to information available on chain.

originally raised by @uwiger

davidyuk commented 1 year ago

Any plans to implement this? ACF are facing this topic again, the same as https://github.com/aeternity/superhero-wallet/issues/2040