Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Running with docker

Stéphane Traumat edited this page Jul 4, 2018 · 23 revisions

A docker image of blockchain2graph-bitcoin is available here : https://hub.docker.com/r/straumat/blockchain2graph-bitcoin-neo4j/.

The easiest way to run everything (neo4j, bitcoind & blockchain2graph) is to use the docker-compose file we created at https://gist.github.com/straumat/54edc240554f84c71b81a8d926b8f5be

Once running, can bow see the blockchain2graph console at http://localhost:8080/ and the neo4j console at http://localhost:7474/browser/.

Clone this wiki locally