Skip to content

uxuycom/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 or  indexer -c config.json

How to Run Indexer JSONRPC API

Modify config_jsonrpc.json

Build apiserver

make build install-jsonrpc
apiserver --config config_jsonrpc.json or  apiserver -c config_jsonrpc.json