Description
The indexer needs to listen to the Stellar network for TaskRegistered events emitted by our contract and save them to the DB.
Requirements
- Use the Stellar SDK to stream ledger events.
- Filter for events from the SoroTask contract ID.
- Parse the event payload and insert into PostgreSQL.
Description
The indexer needs to listen to the Stellar network for
TaskRegisteredevents emitted by our contract and save them to the DB.Requirements