Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.88 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.88 KB

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