-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can we actually see the event from Beacon #161
Comments
Where you have |
Is the foor loop required? If it is, do I need to create ctx everytime?
|
You don't need that for loop. I'm not 100% sure what you are trying to achieve, but here is a full example:
You would need to decide how to create your list of handlers (and they could just be a list of channels if you prefer) but something close the above is likely what you're looking for. |
Thabk you very much. I do want to create a listener to listen for live block events and slot numbers. |
@mcdee Thank you very much. Indeed the code is working. There was an issue with events.go where when I used a quicknode url with token in it |
Thank you for letting me know of this issue, it has been fixed in the latest master. |
Hello, I have this piece of code. I trying to see block events from beacon chain. The test case does not show exactly how can I see and navigate within the event json.
The text was updated successfully, but these errors were encountered: