how bitcore work?

how bitcore work?

There are different set of libraries in https://github.com/bitpay/bitcore

  1. Node - A full node with extended capabilities using Bitcoin Core (what is the role of this node ? As i can see this code in node js . Is this means that bitpay has implemented the bitcoin core in node js ? )
  2. Insight API - A blockchain explorer HTTP API
  3. Insight UI - A blockchain explorer web user interface
  4. Wallet Service - A multisig HD service for wallets
  5. Wallet Client - A client for the wallet service

how these different libraries interact with the bitcoin blockchain?

Anyone explain the flow in steps will be highly appreciated.

https://ift.tt/2zjOVSi

Comments

Popular posts from this blog

bitcoin node: what is the difference between simnet and regtest?

How to check if Electrum is masking my IP with the Tor proxy?

How generic miner connects to bitcoin or ethereum network and does it needs to store entire blockchain?