- Have
docker
anddocker-compose
installed - Clone the
https://github.com/SeedVault/blockexplorer
repo - Perform
cp example.env .env
- Perform
nano .env
and fill in the property values
For PG_HOST
, DB_USER
and PG_USER
you can use postgres
for dev/testnet.
For ETHEREUM_JSONRPC_HTTP_URL
and ETHEREUM_JSONRPC_TRACE_URL
the format is http://{node-ip}:8545
For ETHEREUM_JSONRPC_WS_URL
the format is ws://{node-ip}:8546
- Save the
.env
file - Perform
docker-compose up -d
Blockchain explorer will be running at http://localhost:4000