Bitcore/Insight Stack is Now Ported to Peercoin

Screenshot: Test deployment in action.

Bitcore stack is composed of:

  • Bitcore-node

A javascript implementation of Peercoin client/node with extended API.

  • Insight block explorer

A popular blockchain explorer web user interface.


We are looking for volunteers to host the Insight block explorer.

Deployment is easy:

git clone GitHub - peercoin/bitcore: A full stack for bitcoin and blockchain-based applications

docker-compose build

docker-compose up -d

After that setup the SSL via nginx or apache.

4 Likes

Very nice!