-
Notifications
You must be signed in to change notification settings - Fork 343
Open
Description
Description
I was building a fee sponsorship (gasless transactions) feature
using js-stellar-sdk and found that the README doesn't have a
clear example of how to build a FeeBumpTransaction.
Suggested addition
Add a code example showing:
- Building an inner transaction signed by user
- Wrapping it in buildFeeBumpTransaction
- Signing with sponsor keypair
- Submitting to Horizon
Why this helps
Fee bump transactions are a powerful Stellar feature for
gasless UX but lack clear examples in the official docs.
This would help developers implement fee sponsorship faster.
Reference implementation
I implemented this in FlowFund:
https://github.com/sayali19425-gif/flowfund-level6
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog (Not Ready)