Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 851 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 851 Bytes

Juno Smart Contracts

This worker is processing data from CosmWasm contracts to create new database tables for each new data structure that can be inside transaction messages.

Subquery indexer

Start indexing transaction messages with SubQuery indexer.

Worker

Before run, make sure that you have address for juno grpc server. You can setup own node with docker. Please note that you need to sync node first to height you want to query.

Run worker to process transaction messages:

go run cmd/worker/main.go --config config.json

Graphql server

Host Graphql server and watch for new entities