The official repository of Minter Explorer API service.
https://app.swaggerhub.com/apis-docs/GrKamil/minter-explorer_api
- explorer-extender
- explorer-gate
- explorer-validators - API for validators meta
- explorer-tools - common packages
- explorer-genesis-uploader
-
go mod download
-
go build ./cmd/explorer.go
-
be sure explorer-extender has been installed and work correctly
-
build and move the compiled file to the directory e.g.
/opt/minter/explorer
-
copy .env file in extender's directory and fill with own values
./explorer
EXPLORER_DEBUG=1
APP_BASE_COIN=BIP
CENTRIFUGO_LINK=wss://exporer-rtm.minter.network/connection/websocket
CENTRIFUGO_BLOCK_CHANNEL=blocks
DB_HOST=localhost
DB_PORT=5432
DB_POOL_SIZE=20
DB_NAME=explorer
DB_USER=minter
DB_PASSWORD=password
EXPLORER_PORT=8080
MARKET_HOST=https://api.coingecko.com