Skip to content

SeedVault/blockexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published