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
- Set up connect to PostgresSQL Databases.
- Set up connect to Node which working in non-validator mode.
- 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).