Skip to content

noah-blockchain/explorer-gate

Repository files navigation

License undefined

NOAH Gate

The official repository of Noah Gate service.

Noah Gate is a service which provides to clients publish prepared transactions to Noah Network

Don't forget to read the documentation

Documentation for Gate API documentation

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 Node which working in non-validator mode.
  2. Set up connect to Gate service.

RUN

./gate

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 Node API URL, Gate service and service mode (debug, prod).