bitcoin-tx-graph-visualizer

1.0.0 • Public • Published

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

/bitcoin-tx-graph-visualizer/

    Package Sidebar

    Install

    npm i bitcoin-tx-graph-visualizer

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • weilu