Skip to content

AiEthLink/EthExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EthExplorer (In Progress)

##Installation

Install Git if you haven't already

Clone the repo

git clone https://github.com/AiEthLink/EtherExplorer

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

create a new repository on the command line echo "# EthExplorer" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/aieth-zhangqiang/EthExplorer.git git push -u origin master

About

A lightweight ethereum explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published