IoTone / NFTYGlobe

An NFC-based 3D NFT Viewer for Opensea.io : A hardware + software project
Apache License 2.0
0 stars 0 forks source link

iOS app supports NFC tag scanning #2

Closed truedat101 closed 2 years ago

truedat101 commented 2 years ago

Use the Swift NFC support in iOS

https://developer.apple.com/documentation/corenfc/building_an_nfc_tag-reader_app

The tag should store the contract ID of the desired opensea.io NFT (3d / gltf) contract

This should integrate into whatever is done for #1 .

truedat101 commented 2 years ago

There is an objective-c port of the apple sample here: https://github.com/lucifer001/NFCDemo