Integrate brc-20 native management #2086
Replies: 5 comments 5 replies
-
@GaloisField2718, I'm willing to add support to arb if you'd like to open an issue to discuss a possible design. |
Beta Was this translation helpful? Give feedback.
-
I suggest using arb as well for this. Afaik, Casey/Ord are not interested in BRC-20, understandably. But maybe sentiment has changed. Still, it makes much more sense to not use ord protocol specifier for BRC-20. I have proposed namespaced protocol specifier some months ago and would like to explore this over on arb. |
Beta Was this translation helpful? Give feedback.
-
Can any of the existing BRC20 wallets be utilized as a standalone, non-web based wallet. I would prefer to not even use a api, as in unisat, but just a RPC. Any suggestions? |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm seeking a solution for BRC20. I'm looking for code that can assist me in deploying, minting, and sending BRC20 tokens. Is there a solution available for this? |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm seeking a solution for BRC20. I'm looking for code that can assist me in deploying, minting, and sending BRC20 tokens. Is there a solution available for this? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I created this post to chat with you about a possible integration of brc-20 management natively by
ord
command.It could looks something like this
ord wallet brc20 list
to get all brc-20 in wallet.Moreover, we can think about preset to
deploy
,mint
, andtransfer
brc-20.Especially,
transfer
is quite tricky actually because if I want to transfer a brc-20 tokentick
I need to inscribe atick
transfer and send this inscription. Maybe it can be a good tool to manage all of this natively in command line interface.I don't know what do you think about this feature and I'm wondering what your point of view is about this ?
I'm totally available to chat deeper with you and try to develop this soon.
See you soon 💥
Beta Was this translation helpful? Give feedback.
All reactions