Skip to content

uxuySafe/indexer

 
 

Repository files navigation

Indexer

https://docs.indexs.io/

Module

  • Indexer
  • APIServer

Supported

  • ASC-20 on Avalanche
  • BSC-20
  • PRC-20
  • ERC-20

How to Run Indexer

Prepare database

mysql -uroot -p < db/init_mysql.sql

Modify config.json

Build & Install

make build install

Build indexer

make build install-indexer
indexer -config config.json

How to Run Indexer JSONRPC API

Modify config_jsonrpc.json

Build apiserver

make build install-jsonrpc
apiserver -config config_jsonrpc.json

About

All chain indexer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.2%
  • Other 0.8%