module
Version:
v0.0.0-...-23cc077
Opens a new window with list of versions in this module.
Published: Jul 1, 2024
License: Apache-2.0
Opens a new window with license information.
README
¶
Dymension RollApp Block Explorer Indexer
This is the indexer for the Dymension RollApp Block Explorer.
It is responsible for indexing the RollApps and storing the data in a database.
Installation
# Install binary
# Require go 1.18+
make install
# Init configuration files
beid init
# Setup database
## Install PostgresSQL
## Init database schema
cd ./database/schema
./init-local.sh
Start data indexer
- Configure the indexer and connection to database by editing the
~/.beid/config.yaml
file.
- Setting the RollApps list by editing the
~/.beid/chains.yaml
file.
- Verify the configuration by running the following command:
beid check
- Start the indexer by running the following command:
beid start
Start web server
Check this
Directories
¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
services
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.