yours-org / yours-wallet

A non-custodial and open-source wallet for BSV and 1Sat Ordinals.
Other
62 stars 49 forks source link

Allow sending funds to multiple addresses (multiple outputs) #238

Closed boecklim closed 3 days ago

boecklim commented 2 months ago

Hello

As a new feature it would be quite useful (at least for me) if I could create transactions in Yours wallet which don't send funds to only one address but multiple.

I'd imagine a +-button where I can add more recipient addresses.

Cheers

Michael

kuopassa commented 1 month ago

Maybe by detecting newlines the UI creates new input fields after checking if addresses look valid.

danwag06 commented 1 month ago

Internally the wallet already supports this (ie. you can call sendBSV via the provider and pass in an array). See this. However, I understand the request to be able to handle this within the UI/UX as well.

Once we get v4.0 pushed I will try to organize some of these requests.

0xdevcollins commented 3 weeks ago

I am applying to this issue via OnlyDust platform.

My background and how it can be leveraged

I have extensive experience working on multiple projects with TypeScript and JavaScript. I've also contributed to the OnlyDust platform. You can view my profile here: https://app.onlydust.com/u/devcollinss.

nafkem commented 4 days ago

Could I grab this task?