LogoLogo
  • Introduction
  • For Founders
    • TokenTable Airdrop Pro
    • TokenTable Airdrop Lite
      • Getting Started
      • Set Up the Project
      • Deposit Tokens
      • Publish the Project
    • TokenTable Unlocker
    • Custom Token Claiming Portal
  • For Token Recipients
    • Airdrop Token Claiming
    • Unlocker Token Claiming
  • For Developers
    • Airdrop
      • EVM
      • TON
        • Getting Started
        • Architecture
        • Usage
        • Smart Contract Schema
        • Integration
    • Unlocker
      • EVM
        • APIs
          • Core
            • Unlocker
              • Data Models
            • FutureToken
            • TrackerToken
          • Utilities
            • Deployer
            • External Hook
            • Fee Collector
            • Versionable
        • SDK
      • Starknet
  • SUPPORT
    • FAQ
    • Feedback and Troubleshooting
Powered by GitBook
On this page

Was this helpful?

  1. For Developers
  2. Unlocker

Starknet

PreviousSDKNextFAQ

Last updated 4 months ago

Was this helpful?

The Cairo version of TokenTable was officially released in February 2024 on Starknet. It has feature and API parity with the EVM version aside from the following differences:

  • Functions and variables are named with snake_case instead of camelCase.

  • TrackerToken is not implemented.

You can find the source code . A formal audit was conducted by .

here
Nethermind