This is a docker build of bitcore + insight + wallet service. This container is running on testnet at bitcore.soapbubble.online/insight
I am using many @captemulation
namespaced bitcore packages to do this.
- @captemulation/bitcore-node
- @captemulation/bitcore-message
- @captemulation/bitcore-p2p
- @captemulation/bitcore-wallet-service
- @captemulation/insight-api
- @captemulation/insight-ui
I forked these repos for the following reasons:
- Refactored bitcore stack to useing
peerDependencies
forbitcore-lib
rather than relying on the runtime check - Modifies
bitcore-wallet-service
to support passing in themongodb
url as an ENV parameter to support docker link container - Other modifications to point packages to the namespaced versions