Go Event Indexing
Go Event Indexing
Previously events emitted in Go would only go out to the websocket. Now they can be stored in a local database or Redis also. Below is the config to store the events:
#Event Store
Last updated