SDK for wallet integration with Hydra #1509
Labels
good first issue
Highlight opportunities for people to contribute to the project
green 💚
Low complexity or well understood feature
💬 feature
A feature on our roadmap
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.
Extend
MeshJS
to support interacting with the hydra-node directly to build transactionshydra-node
NewTx
)Extend Nami (or an other straightforward) with this SDK to perform the operations mentioned above.Create a minimalistic web page, that shows balance in a head and can construct & sign a transaction using a CIP-30 connected wallet.
Update Hydraw to not need the backend component
Out of scope: Integrated experience where the wallet knows about the Hydra head(s).
How
Open questions
hydra-node
?The text was updated successfully, but these errors were encountered: