/ethereum-galaxy

Visualizing ethereum transaction as a 3D galaxy

Primary LanguageTypeScriptMIT LicenseMIT

Ethereum Galaxy

Visualizing Ethereum transactions as a 3D graph

Ethereum Galaxy shows a 3D representation of the transactions happened in the latest 24h on the Ethereum network, allowing to choose between the 1h or 4h visualization and to download all the data in Pajek format for network analysis.


Development

Ethereum Galaxy requires those files generated by the Ethereum Galaxy Server

  • positions.bin, nodes 3D positions
  • links.bin, link between nodes
  • labels.json, an array mapping a label to each node
  • info.json, graph informations (i.e. block range and node/link count)

Ethereum Galaxy has been inspired by anvaka/pm and uses ethplorer.io API to provide addresses information