Task
Add a createSep24Deposit function to implement SEP-24 deposit flow for on-ramping.
Details
- Function signature:
createSep24Deposit(params: DepositParams): Promise<DepositResponse>
- Implement Stellar Ecosystem Proposal 24 deposit flow
- Handle interactive web anchor URL generation
- Track deposit status through completion
- Add DepositParams and DepositResponse interfaces
- Integration point: anchor-service package
Test
Run pnpm --filter @stellar-pay/anchor-service build to verify no TypeScript errors.
Task
Add a
createSep24Depositfunction to implement SEP-24 deposit flow for on-ramping.Details
createSep24Deposit(params: DepositParams): Promise<DepositResponse>Test
Run
pnpm --filter @stellar-pay/anchor-service buildto verify no TypeScript errors.