Go to file
J62 1644f823ff
Merge pull request #1 from BTCPrivate/master
merge updates
2018-04-27 12:15:02 -07:00
experimental Cleaned up dir structure, added info about working scripts to readme 2018-04-18 16:38:03 +00:00
README.md Update to AMI name and reference 2018-04-27 15:33:44 +01: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 pull request #7 from ch4ot1c/v0.0.2 2018-04-27 13:55:47 -04:00

README.md

bitcore-install - v0.0.1

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 bitcore fullnode configured for store-demo, as well as block explorer + api
  • Public AMI: BTCP-Store (ami-62e3881a)

btcp_explorer_demo.sh

  • Creates a bitcore fullnode configured for block explorer + api (insight-ui-btcp and insight-api-btcp)

btcp_fetch_wallet.sh

Related Repos

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