Go to file
Daniel Farina 481003f586
Merge pull request #14 from BTCPrivate/ch4ot1c-master
Updates from Chaotic - Merged 28 conflicts.
2018-07-11 04:00:39 -04:00
experimental Cleaned up dir structure, added info about working scripts to readme 2018-04-18 16:38:03 +00:00
README.md v0.0.3 2018-05-02 17:38:54 -04:00
btcp_daemon_only.sh Renamed and cleaned up setup scripts 2018-04-11 11:25:08 -05:00
btcp_explorer_demo.sh Cleaned up dir structure, added info about working scripts to readme 2018-04-18 16:38:03 +00:00
btcp_store_demo.sh Merge branch 'master' of https://github.com/ch4ot1c/bitcore-install into ch4ot1c-master 2018-07-11 03:59:28 -04:00

README.md

bitcore-install - v0.0.3

Vendor backend samples for BTCP (Javascript, Bitcore)

Run any one of these in a fresh Ubuntu VM to get started:

btcp_store_demo.sh

  • Creates a javascript full-node (bitcore, with the btcpd daemon), listening on port 8001. By default, includes insight-api-btcp.

btcp_explorer_demo.sh

  • Creates a javascript full-node configured for block explorer + api (insight-ui-btcp and insight-api-btcp)

btcp_daemon_only.sh

Related Repos

Runs using bitcore-node-btcp (fork of bitcore-node v4) on bitcore v3.1. Original work: str4d/insight-api-zcash.