Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 611 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 611 Bytes

Deployment of Blockexplorer

  1. Have docker and docker-compose installed
  2. Clone the https://github.com/SeedVault/blockexplorer repo
  3. Perform cp example.env .env
  4. 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

  1. Save the .env file
  2. Perform docker-compose up -d

Blockchain explorer will be running at http://localhost:4000