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
- explorer-extender
- explorer-api
- explorer-validators - API for validators meta
- explorer-tools - common packages
- explorer-genesis-uploader
Don't forget to read the documentation (docs repo)
-
run
go mod download
-
run
make build
-
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
./gate
Change the port in docker-compose.yml
if you want to use a different port and run docker-compose up