react-cashid
Advanced tools
Comparing version 0.1.6 to 0.2.0
{ | ||
"name": "react-cashid", | ||
"version": "0.1.6", | ||
"version": "0.2.0", | ||
"description": "react component with badgerwallet and QR code support for CashID by Jonathan Silverblood", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,3 +7,2 @@ # CashID React component | ||
## Installation | ||
@@ -39,3 +38,4 @@ | ||
color="orange" | ||
qr="true" | ||
qr={true} | ||
callback={callbackFunction} | ||
/> | ||
@@ -46,6 +46,13 @@ ``` | ||
Read more about the CashID [Specification](https://gitlab.com/cashid/protocol-specification/tree/master). | ||
Read more about the CashID | ||
[Specification](https://gitlab.com/cashid/protocol-specification/tree/master). | ||
### Required | ||
you must be using either the [PHP](https://gitlab.com/cashid/libraries) or [Javascript](https://github.com/paOol/CashID) library for CashID on your backend. | ||
you must be using either the [PHP](https://gitlab.com/cashid/libraries) or | ||
[Javascript](https://github.com/paOol/CashID) library for CashID on your | ||
backend. | ||
## development | ||
`npm run start` and browse http://localhost:3001 |
10168
56