Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.18 KB

CoinsForVal QR Code Reader and NFC Writer Application

This android application allows you to read a QR code and write to an NFC tag with previously read URL. It can also read the NFC tag back for verification.

This application uses NDEF (NFC Data Exchange Format) for maximum compatibilty between NFC devices, tag types, and operating systems.

Supported Platforms

  • Android

Testing

Connect an Android to your local machine via USB.  Enable USB remote debugging (see: https://developer.chrome.com/devtools/docs/remote-debugging)

$ ionic build android
$ ionic run android

On your local machine, start Chrome and go to: chrome://inspect

Credits: