Skip to content

Kylin-Network/indexer-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indexer setups

Hydra Indexer setups for various chains.

To run a Hydra indexer for a specific chain, navigate to the corresponding folder and run

docker-compose up

Then navigate to localhost:4010/console and explore the extrinsic and event queries!

Getting the indexer in sync with the chain may take considerable time. To keep track of the status, use the following query.

query {
    indexerStatus {
        head #current indexer block
        chainHeight #current chain height
        inSync
    }
}

About

Hydra Indexer setups for various chains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published