Skip to content

GuildSkrypt/ethereum-visualization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etherview

A graphical Explorer for the Ethereum Blockchain.

Note: This project is a very simple visualization of the Ethereum Blockchain. It does not include things like uncles and internal contract message calls. Also there is absolutely no guarantee that the data shown here is correct!

Server

The project includes a tiny node.js express server which loads and caches the last x blocks. To avoid calling the etherscan.io API to often the server stops pulling blocks when there are no new incoming client requests.

Frontend

Build with React - bootstrapped with Create React App. Styles with scss. Menu UI components created with https://getmdl.io.

Develop

with local server:

npm i
API_KEY=XYZ node server/server.js
npm start

Contribute

Ideas, PRs & Feedback welcome!

Thanks

Thanks to etherscan.io for their free API usage and to zeit for their awesome now deployments!

About

A graphical explorer for the Ethereum Blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • CSS 21.2%
  • HTML 5.2%