/bitcoin-flow

Visualize the flow of Bitcoins from transaction to transaction

Primary LanguagePHP

This PHP script generates an SVG graph of Bitcoins, starting from a given transaction and working backwards, using the Blockchain.info JSON API.

Running

docker run --rm --name composer -v "$PWD":/app -w /app composer/composer update
docker build -t bitcoin-flow .
docker run -d --name bitcoin-flow -v "$PWD":/var/www/html/ -p 8081:80 bitcoin-flow