https://github.com/or13/nfc.did.ai
NFC Experiments
https://github.com/or13/nfc.did.ai
Last synced: 5 months ago
JSON representation
NFC Experiments
- Host: GitHub
- URL: https://github.com/or13/nfc.did.ai
- Owner: OR13
- License: apache-2.0
- Created: 2020-04-26T17:38:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:22:27.000Z (over 3 years ago)
- Last Synced: 2025-06-01T23:10:54.807Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://nfc.did.ai
- Size: 15.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nfc.did.ai
This repo contains nfc experiments, and some custom tooling for working with tangem nfc cards.
None of this is endorsed by tangem / nxp and any code is unoffocial / alpha level stuff... for reference only.
DO NOT USE IN PRODUCTION.
### Tangem Demo
In this demo, we use `did:key` and tangem cards to resolve a DID, and issue credentials from the associated private key. This is a demo of hardware isolated, offline capable decentralized identifiers and verifiable credentials powered by NFC.
### NXP Demo
Some demos store seed values in querystrings, which is fundamentally not safe, and is used only for web-nfc demonstration purposes.
For example: [https://nfc.did.ai/nxp?seed=7052adea8f9823817065456ecad5bf24dcd31a698f7bc9a0b5fc170849af4226](https://nfc.did.ai/nxp?seed=7052adea8f9823817065456ecad5bf24dcd31a698f7bc9a0b5fc170849af4226)
DO NOT DO THIS IN PRODUCTION.