Skip to content

MH-Yin/ethclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethclient

Basic ethereum block explorer

Required Environment Vars

export HTTP_PORT=8080
export ENVIRONMENT=mainnet

Environment can be any environment infura supports https://infura.io/docs/gettingStarted/chooseaNetwork

mainnet rinkeby ropsten

Running in docker

docker build -t chadgrant/ethclient .
docker run -itp 8080:8080 --rm --env-file docker.env chadgrant/ethclient

##Building / Running locally

export HTTP_PORT=8080
export ENVIRONMENT=mainnet

go get ./...
go build
./ethclient

Once server is running, you can browse to http://localhost:8080/

About

Basic ethereum block explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 53.3%
  • HTML 40.3%
  • Dockerfile 6.4%