1.0.0 • Published 10 years ago

bitcoin-tx-graph-visualizer v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

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
1.0.0

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago