You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Event Store allows users to query events emitted from contracts running on our chain.
The following is the config to enable Event Store
EventStore:
DBName: {{.EventStore.DBName}} // Set DB name (can be anything, default is events)
DBBackend: {{.EventStore.DBBackend}} // Set DB type 'goleveldb' or 'cleveldb'
{{end}}
EventDispatcher:
Dispatcher: {{.EventDispatcher.Dispatcher}} // Available dispatcher: "db_indexer" | "log" | "redis"
# Redis will be use when Dispatcher is "redis"
Redis:
URI: "{{.EventDispatcher.Redis.URI}}"// Redis URI
Document querying our event store and setting up one
The text was updated successfully, but these errors were encountered: