Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 330 Bytes

Full Bitcoin node wrapped with bitcore and docker

Prerequisite

  • Docker
  • Docker Compose

How to run in production

# build bitcore(livenet)
$ docker-compose up --build -d

# build bitcore(testnet)
$ docker-compose -f docker-compose.testnet.yml up --build -d

# open browser
$ open http://[YOUR SERVER IP]/insight