/explorer

A lightweight ethereum block explorer

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

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/Alex-Cheng/explorer

Download Nodejs and npm if you don't have them

Install Bower npm install -g bower

Install components by bower bower install --allow-root

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:

cpchain run --rpcaddr "127.0.0.1:8501" --rpccorsdomain "http://localhost:8000"

Then refresh the page in your browser