Categorygithub.com/MinterTeam/explorer-gate/v2

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

License undefined Docker Pulls

Minter Gate

The official repository of Minter Gate service.

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

NOTE: This project in active development stage so feel free to send us questions, issues, and wishes

Related services:

API Docs

Don't forget to read the documentation (docs repo)

BUILD

  • run go mod download

  • run make build

USE

Setup

  • build and move the compiled file to the directory e.g. /opt/minter/gate

  • copy .env.dist to .env file in extender's directory and fill with own values

Run

./gate

Docker

Change the port in docker-compose.yml if you want to use a different port and run docker-compose up