ordzaar / ord-connect

Bitcoin Ordinal & Inscription aware wallet connect kit (React)
58 stars 13 forks source link

Minting runes with ord-connect and useSend #300

Open birchcode opened 2 months ago

birchcode commented 2 months ago

I've been utilizing the ord-connect package for wallet management and recently integrated the ordinal bots API to generate mint orders for runes. To complete the minting process, I'm currently using the send function returned by useSend from ord-connect to handle the payment for the mint order.

This obviously isn't ideal because in the wallet confirmation the user doesn't see the tokens being exchanged rather just a bitcoin payment.

I'm very interested in contributing to the development of this feature if it's not already available. Could you point me in the right direction, or would it be possible to collaborate on creating a solution?

github-actions[bot] commented 2 months ago

@birchcode: Thanks for opening an issue, it is currently awaiting triage.

The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.

Details I am a bot created to help the [ordzaar](https://github.com/ordzaar) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/ordzaar/ord-connect/blob/main/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [BirthdayResearch/oss-governance-bot](https://github.com/BirthdayResearch/oss-governance-bot) repository.
github-actions[bot] commented 2 months ago

@birchcode: There are no 'area' labels on this issue. Adding an appropriate label will greatly expedite the process for us. You can add as many area as you see fit. If you are unsure what to do you can ignore this!

You can add area labels by leaving a /area comment.

Details I am a bot created to help the [ordzaar](https://github.com/ordzaar) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/ordzaar/ord-connect/blob/main/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [BirthdayResearch/oss-governance-bot](https://github.com/BirthdayResearch/oss-governance-bot) repository.
github-actions[bot] commented 2 months ago

@birchcode: Thanks for opening an issue, an appropriate priority will be added soon.

The priority labels can be added by foundation members by writing /priority [type] in a comment.

Details I am a bot created to help the [ordzaar](https://github.com/ordzaar) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/ordzaar/ord-connect/blob/main/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [BirthdayResearch/oss-governance-bot](https://github.com/BirthdayResearch/oss-governance-bot) repository.
estevanpedro commented 3 weeks ago

Would be nice to have an useMint hook