Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.06 KB

EthExplorer (In Progress)

EthExplorer Screenshot

##License

The code in this branch is licensed under GPLv3 (see LICENSE file)

Code in the MIT branch is under the MIT License (shocker, amirite)

But seriously, license file has a TL;DR, at least look at that before using this code in a project

##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