# README
NOAH Explorer Genesis Uploader
The official repository of Noah Explorer Genesis Uploader service.
Noah Explorer Genesis Uploader is a service which provides to upload primary network state data to Noah Explorer database after network reset or first start.
BUILD
- make create_vendor
- make build
Configure Extender Service from Environment (example in .env.example)
- Set up connect to PostgresSQL Databases.
- Set up connect to Node which working in non-validator mode.
- Set up connect to Extender service.
RUN
./uploader
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).
# Packages
No description provided by the author