NGUtech / satbased

Bitcoin based payments framework for scalable web applications.
9 stars 0 forks source link

Support send to multiple bitcoin addresses #2

Open MrHash opened 4 years ago

johnsBeharry commented 3 years ago

Is this on the buyer or merchant side?

MrHash commented 3 years ago

There isn't really a buyer/merchant conceptual separation in the code. The idea is that whoever has balance (received bitcoin) can make a payment out to multiple addresses. In a merchant/buyer real-world scenario, this would mean the merchant should be able to send a payment with different amounts to different addresses with one transaction. I think this is fairly easy to implement in the current code base.