The official repository of Minter Explorer Extender service.
Extender is a service responsible for seeding the database from the blockchain network. Part of the Minter Explorer service.
NOTE: This project in active development stage so feel free to send us questions, issues, and wishes
- explorer-gate
- explorer-api
- explorer-validators - API for validators meta
- explorer-tools - common packages
- explorer-genesis-uploader
-
run
go mod download
-
run
go build -o ./builds/extender ./cmd/extender.go
-
PostgresSQL
-
Centrifugo (WebSocket server) GitHub
-
use database migration from
database
directory -
build and move the compiled file to the directory e.g.
/opt/minter/extender
-
copy .env.prod to .env file in the extender's directory and fill with own values
./extender