- Have
dockeranddocker-composeinstalled - Clone the
https://github.com/SeedVault/blockexplorerrepo - Perform
cp example.env .env - Perform
nano .envand 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
.envfile - Perform
docker-compose up -d
Blockchain explorer will be running at http://localhost:4000