js-stellar-sdk icon indicating copy to clipboard operation
js-stellar-sdk copied to clipboard

Event bindings and parsers for Soroban contract events

Open sagpatil opened this issue 2 months ago • 3 comments

Motivation: Make it easy to consume and decode Soroban contract events in applications.

Proposed approach:

  • Define event schemas, create parsers and typed event models, and add examples for subscribing and decoding events.

Acceptance criteria:

  • Event parsing utilities exist with tests and documentation.

sagpatil avatar Oct 22 '25 06:10 sagpatil

Parent epic: #1244

sagpatil avatar Oct 22 '25 06:10 sagpatil

Context:

  • https://github.com/stellar/stellar-protocol/discussions/1765

leighmcculloch avatar Nov 30 '25 21:11 leighmcculloch

Bindings for events would aid with parsing events, but it we should also consider how this could aid with creating event filters for the RPC getEvents method.

leighmcculloch avatar Nov 30 '25 21:11 leighmcculloch