You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to extend this guide to support the Xverse wallet.
Xverse is capable of signing arbitrary PSBTs, so it should be compatible with ZetaChain. As Xverse doesn't have an easy to use API for sending a memo (like XDEFI's hex::), this guide might end up being a bit longer, which is fine.
A guide on how to send a ZetaChain-compatible Bitcoin transaction using Xverse.
The text was updated successfully, but these errors were encountered:
fadeev
changed the title
Create a guide on sending ZetaChain-compatible Bitcoin programmatically transactions using the Xverse wallet
Create a guide on sending ZetaChain-compatible Bitcoin transactions programmatically using the Xverse wallet
Jun 3, 2024
Overview
Currently, we have two guides on how to send ZetaChain-compatible Bitcoin txs using XDEFI and UniSat:
https://www.zetachain.com/docs/developers/tutorials/bitcoin/
We need to extend this guide to support the Xverse wallet.
Xverse is capable of signing arbitrary PSBTs, so it should be compatible with ZetaChain. As Xverse doesn't have an easy to use API for sending a memo (like XDEFI's
hex::
), this guide might end up being a bit longer, which is fine.ZetaChain's requirements to Bitcoin txs:
https://www.zetachain.com/docs/developers/evm/bitcoin/
As for the template there are two paths:
index.html
and JS approach currently used in tutorials (count this option as 1 contribution) ORDeliverable
A guide on how to send a ZetaChain-compatible Bitcoin transaction using Xverse.
The text was updated successfully, but these errors were encountered: