Skip to main content

Getting Started

To work effectively with TigerTag and integrate it into your projects, you should have a basic understanding of the following:

  • NFC/RFID Tag Basics:
    Familiarity with how NFC/RFID tags work, especially the NTAG213 model, but also NTAG215 and NTAG216 for extended use cases.

  • REST API Usage:
    Understanding how to interact with REST APIs, including making HTTP requests and parsing responses in JSON format.

  • Digital Signatures (ECDSA):
    Basic knowledge of how ECDSA (Elliptic Curve Digital Signature Algorithm) works, particularly how to sign and verify data using public/private keys.