Skip to content

noah-blockchain/noah-extender

Repository files navigation

License undefined

Noah Explorer Extender

The official repository of Noah Explorer Extender service.

Extender is a service responsible for seeding the database from the blockchain network. Part of the Noah Explorer service.

NOTE: This project in active development stage so feel free to send us questions, issues, and wishes

BUILD

  • make create_vendor
  • make build

Configure Extender Service from Environment (example in .env.example)

  1. Set up connect to PostgresSQL Databases.
  2. Set up connect to Node which working in non-validator mode.
  3. Set up connect to Extender service.

RUN

If you run Extender for the first time yoг need to run Explorer Genesis Uploader to fill data from genesis file (you can use the same config file for both services)

./extender

We recommend use our official docker image.

Important Environments

Example for all important environments you can see in file .env.example. Its config for connect to PostgresSQL, Node API URL, Extender URL and service mode (debug, prod).