For the complete documentation index, see llms.txt. This page is also available as Markdown.

Starknet

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 here. A formal audit was conducted by Nethermind.

Last updated