Run any one of these in a fresh Ubuntu VM to get started:
- Creates a javascript full-node (bitcore, with the btcpd daemon), listening on port 8001. By default, includes
insight-api-btcp
.
- Creates a javascript full-node configured for block explorer + api (
insight-ui-btcp
andinsight-api-btcp
)
- Acquires
btcpd
andbtcp-cli
by either downloading the latest indexing-enabled binaries, or by fetching the source on the explorer-btcp branch and building
Runs using bitcore-node-btcp (fork of bitcore-node v4) on bitcore v3.1. Original work: str4d/insight-api-zcash.