Support BRC20 on Bitcoin #3166
Replies: 2 comments 6 replies
-
Hello lunarcatbt, see #3168: just pull/rebase on |
Beta Was this translation helpful? Give feedback.
6 replies
-
BRC20 support was just merged: #3233 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to start implementing brc20 support based on your great foundation and then I ran into the very first step by generating
Taproot address
what I did are
register.json
TaprootAddress
which is similar toSegwitAddress
under the same folder use C++I have run
boostrap.sh
to generate a new enum from Derivation andtools/generate-files
to get all necessary files on iOS / AndroidHowever, I was stucked by using the Taproot Class on Swift coz it doesn't generated any Swift file for this, may I ask what steps do I missed?
BTW, could you share some plans if you guys are working on this too?
Beta Was this translation helpful? Give feedback.
All reactions