getcanoe / canoe

Canoe is a Nano Wallet heavily based on the MIT licensed Copay wallet from Bitpay
https://getcanoe.io
MIT License
142 stars 28 forks source link

Scan enhancements so Canoe can read amount and label defined in the Nano spec #260

Open ceddup opened 6 years ago

ceddup commented 6 years ago

Here is the Nano spec about QRCodes : https://github.com/nanocurrency/raiblocks/wiki/URI-and-QR-Code-Standard. So I'd like to add 'amont' and 'label' support at least. Not sure what to do with 'message' for now. This is to get price tags with QRCodes to be handled by Canoe... Also adding 'nanoamount' whould be more user friendy and ultimately 'altamount' and 'altcurrency' so the users can print price tags in alt currency and it would get converted on time to Nano by Canoe.

gokr commented 6 years ago

See: https://github.com/getcanoe/canoe/blob/47282ad8f44ccd8244bfdb0d5c0d748869a11067/src/js/services/nanoService.js#L408-L488

ceddup commented 6 years ago

Update on this topic: