Description
When a user wants to donate to an organization's public budget, the frontend must construct the raw Soroban XDR transaction and send it to Freighter.
Acceptance Criteria
Technical Details
- The frontend should NEVER sign the transaction itself using a secret key. It must strictly delegate the XDR to Freighter.
Description
When a user wants to donate to an organization's public budget, the frontend must construct the raw Soroban XDR transaction and send it to Freighter.
Acceptance Criteria
useFundOrgReact hook.orgIdandamount.StellarSdk.Contractto build thefund_orgcontract call envelope.freighterApi.signTransaction().Technical Details