Bitcoin SPV-based wallet using Cordova Ionic and bitcoinjs-lib
Bitcoin SPV-based wallet using Cordova Ionic and bitcoinjs-lib
I am trying to build SPV-based bitcoin wallet app using Ionic Cordova.
I want to integrate the bitcoinjs-lib in Ionic app, to implement the full wallet functionalities and transactions in peer-2-peer network.
I am getting all the references that are using API call. But I need to implement this using peer-2-peer network (bitcoin testnet server).
- How to connect the cordova app to bitcoin server using peer-2-peer network?
- Does bitcoinjs-lib supports SPV? Can anyone guide me how to implement it?
Comments
Post a Comment