The official repository of Minter Explorer Balance Re-Calculator service.
Minter Explorer Balance Re-Calculator is a service which provides to update balances in database Minter Explorer.
- PostgresSQL
-
run
go mod tidy
-
run
go build -o ./builds/recalculator ./cmd/recalculator.go
-
copy
.env.prod
to.env
and fill with own values -
run
./builds/recalculator
ordocker-compose up