okx / go-wallet-sdk

Multi-chain golang signature sdk, supports bitcoin, ethereum, aptos, cosmos, etc.
MIT License
363 stars 130 forks source link

Inscribing BRC-20 Tokens in JavaScript #41

Closed im-shubh closed 7 months ago

im-shubh commented 7 months ago

I am currently working on a project that involves integrating BRC-20 tokens into our platform using JavaScript. I am seeking assistance on how to inscribe BRC-20 tokens in JavaScript.

Could you please provide guidance or resources on how to inscribe BRC-20 tokens using JavaScript? Any code examples or documentation would be greatly appreciated.

Thank you for your time and support. I look forward to your response.

kaijiel24 commented 7 months ago

You can take a look at our js-wallet-sdk, specifically this brc20 test file for an example.