repository
0.0.0-20240313062720-e69715ac305e
Repository: https://github.com/uxuycom/indexer.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Indexer
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