lifecoder1988 / indexer

All chain indexer

Home Page:https://docs.indexs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 indexer

make dev-indexer-build-darwin-arm64
./bin/indexer-alpha-0.0.1 -config config.json

How to Run Indexer JSONRPC API

Modify config_jsonrpc.json

Build apiserver

make dev-apiserver-build-darwin-arm64:
./bin/apiserver-alpha-0.0.1 -config config_jsonrpc.json

About

All chain indexer

https://docs.indexs.io

License:MIT License


Languages

Language:Go 99.2%Language:Makefile 0.7%Language:Dockerfile 0.1%