Sign inSign up

minterteam/explorer-gate

By minterteam

•Updated almost 4 years ago

Image
1

2.4K

minterteam/explorer-gate repository overview

⁠What is Explorer Gate?

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

⁠API Docs

Don't forget to read the documentation⁠

⁠How to use this image

docker run -d --name gate  \
    -e GATE_DEBUG=true \
    -e GATE_PORT=9000 \
    -e BASE_COIN=MNT \
    -e NODE_API=https://texasnet.node-api.minter.network/ \
    -e NODE_API_TIMEOUT=30
⁠... via docker-compose

Example docker-compose.yml for Minter Explorer Genesis Uploader:

version: '3.6'

services:
  app:
    image: minterteam/explorer-gate:latest
  ports:
      - 9000:9000
  environment: 
      GATE_DEBUG: true
      GATE_PORT: 9000
      BASE_COIN: MNT
      NODE_API: https://minter-node-1.testnet.minter.network:8841/
      NODE_API_TIMEOUT: 30

Tag summary

Content type

Image

Digest

sha256:6def73ebe…

Size

12.9 MB

Last updated

almost 4 years ago

docker pull minterteam/explorer-gate