indexer

module
v0.0.0-...-23cc077 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2024 License: Apache-2.0

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

  1. Configure the indexer and connection to database by editing the ~/.beid/config.yaml file.
  2. Setting the RollApps list by editing the ~/.beid/chains.yaml file.
  3. Verify the configuration by running the following command:

    beid check

  4. Start the indexer by running the following command:

    beid start

Start web server

Check this

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL