Replies: 3 comments 7 replies
-
For Starknet React the two main sources of polling calls are blocks and transaction status.
|
Beta Was this translation helpful? Give feedback.
7 replies
-
Another thing that should be easy to implement is an event subscription. We re-use the event filter as defined in the starknet RPC specification. I've been told this is pretty important for some users. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since v0.5.6 of Pathfinder, an experimental feature to subscribe to real time updates via Websockets has been added.
This feature currently allows getting real-time updates when new headers are appended to the chain.
This discussion is to debate on which new subscription endpoints would be more useful and prioritise their development.
Poll from Telegram,
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions