Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.12 KB

File metadata and controls

37 lines (20 loc) · 1.12 KB

EthExplorer (In Progress)

EthExplorer Screenshot

License

GPL (see LICENSE)

Installation

Install Git if you haven't already

Clone the repo

git clone https://github.com/etherparty/explorer

Download Nodejs and npm if you don't have them

Start the program. All dependencies will be automatically downloaded

npm start

Then visit http://localhost:8000 in your browser of choice. You might get an error message:

geth --rpc --rpccorsdomain "http://localhost:8000"

Install geth if you don't already have it, then run the above command.

Then refresh the page in your browser

Docker

If you are using Docker, you can use this Docker image from DockerHub. See Dockerfile.

$ docker run --name block_explorer --rm -it -p 8000:8000 zulhfreelancer/ethereum_explorer:latest