bitpay / jsonPaymentProtocol

JSON Payment Protocol Interface
46 stars 57 forks source link

ECC Signature Support #10

Closed unusualbob closed 6 years ago

unusualbob commented 6 years ago

This adds support for verifying ECC signed payment requests, an alternative to CA based payment protocol in BIP70.

fixes #6

zacleids commented 6 years ago

while you're here, you should add the word javascript after your three ` so the three code blobs in your README are syntax hilighted.

const JsonPaymentProtocol = require('json-payment-protocol');
const paymentProtocol = new JsonPaymentProtocol();

vs

const JsonPaymentProtocol = require('json-payment-protocol');
const paymentProtocol = new JsonPaymentProtocol();