Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 632 Bytes

bitcoin-tx-graph-visualizer

Visualize bitcoin transactions using d3.js

Below graph is a thumbnail of an SVG generated with data found in /example/transaction.json. Click to see the full version.

Bitcoin transactions visualized

See example for sample usage of this library. To run the example:

git clone https://github.com/weilu/bitcoin-tx-graph-visualizer.git
cd bitcoin-tx-graph-visualizer

npm install
npm install -g browserify

cd example
browserify index.js > bundle.js
open index.html