cardano-scaling / hydra

Implementation of the Hydra Head protocol
https://hydra.family/head-protocol/
Apache License 2.0
273 stars 84 forks source link

SDK for wallet integration with Hydra #1509

Open rezabaram opened 1 month ago

rezabaram commented 1 month ago

Why

We would like to enable users and applications hosted in Hydra head (i.e. in the L2) to perform typical operations as in a web3 applications, such as perform connecting a wallet, query balance and submit transactions to spend things. Currently, the only way to perform such operations is through low level interactions with the Hydra node's API and no easy way for developers of web based applications to implement these.

What

Within this feature we want to take first step in this direction and focus on the interaction with UTxO one owns in an already open Hydra Head.

How

Open questions

ch1bo commented 1 month ago

@colll78 @Quantumplation