Implement the backend needed to send the money from the advanced wallet of the logged user to the set-up wallets of the selected contributors. If a contributor has a simple and advanced wallet setup use the advanced info to make the payment.
From the UI I should be able to make an API call similar to this:
There might be some implementation in place already since Rishab was working on this last year, before coding take a moment to look at the codebase and understand the state of things.
When clicking on
Send bonuses
(https://www.figma.com/file/qgGWXmprU7vTv7guzWzvML/Project-Trinary?type=design&node-id=4037-12961), the amount in sats must be sent to the selected contributors from the list.Implement the backend needed to send the money from the advanced wallet of the logged user to the set-up wallets of the selected contributors. If a contributor has a simple and advanced wallet setup use the advanced info to make the payment.
From the UI I should be able to make an API call similar to this:
There might be some implementation in place already since Rishab was working on this last year, before coding take a moment to look at the codebase and understand the state of things.