Support Bitcoin Taproot (Generating a Taproot Address) #3155
hitripod
started this conversation in
Ideas & Feature request
Replies: 2 comments 2 replies
-
Unless you need to tweak the public key for some reason, not much actually needed to be done. With that in mind, P2TR essentially becomes a reincarnation of P2PK. Payments are done to prefixed public key and the witness data only consists of the signature. |
Beta Was this translation helpful? Give feedback.
1 reply
-
We just merged this major PR: #3233 We support Taproot generation internally, but don't expose it via the C interface yet (BRC20 was prioritized). Working on that next. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sending to Taproot address is mostly covered in wallet-core, but we should support Taproot as the default address, incl. receiving to Taproot address.
Sending to Taproot address is mostly covered in wallet-core, but I'm not yet 100% certain.
Is your feature request related to a problem? Please describe.
#1785
Describe the solution you'd like
Support taproot: https://github.com/trustwallet/wallet-core/blob/master/registry.json
Beta Was this translation helpful? Give feedback.
All reactions