Skip to content

This project uses etherscan's API library, and takes results from published transactions on the blockchain, and converts those results to nodes on a Neo4j Instance.

Notifications You must be signed in to change notification settings

dkazenoff/blockchain-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup (Unix systems):

  • clone the repository
  • install node
  • install neo4j community edition (3.5.3 is stable version here)
  • Inside the root directory, run npm install (ensure that neo4j-driver, express, and node-fetch are installed)

Run:

  • node app.js
  • In separate terminal window, launch Neo4j with bin/neo4j console
  • navigate to localhost:7474 to view Neo4j browser shell. Use CypherQL to observe nodes parsed directly from the Ethereum blockchain converted to a queryable graph format.

About

This project uses etherscan's API library, and takes results from published transactions on the blockchain, and converts those results to nodes on a Neo4j Instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published