bitcore-payment-protocol
bitcore-payment-protocol copied to clipboard
Payment Protocol (BIP70) for Bitcore
Running `npm test` on HEAD of `master` branch (b086fc6) is currently failing for "PaymentProtocol #x509+sha256Verify should verify a real PaymentRequest without Root Cert" test case. As per Travis logs at...
The amount field in an Output message is 64 bits long and is represented in the JavaScript side using a Long object. When its value is get through the PaymentProtocol...
Is it possible to provide a full or a partial certificate chain when issuing a payment request? My domain's certificate was issued by an intermediary which is not stored in...
Setting up payment protocol can be difficulty. Having more examples, docs, tests could be useful for those implementing, and an improved API.
details in the PR.