explorer-gate
Minter Gate is a service which provides to clients publish prepared transactions to Minter Network
Don't forget to read the documentation
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
docker-composeExample 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
Content type
Image
Digest
sha256:6def73ebe…
Size
12.9 MB
Last updated
over 3 years ago
Requires Docker Desktop 4.37.1 or later.