Fabric Token SDK Documentation
March 21, 2026 ยท View on GitHub
Welcome to the Fabric Token SDK documentation.
Core Concepts
- Token SDK Overview: Start here to understand the architecture, key concepts (Tokens, Wallets, Privacy), and layers of the SDK.
- Token API: The high-level API for interacting with tokens.
- Token API Usage: API Usage Guide.
- Driver API: The interface for building token drivers.
- Configuration: Token-SDK configuration.
- Services: Additional services like transaction assembly.
- Upgradability: How to upgrade tokens, drivers, and storage.
- Public Parameters Lifecycle: How public parameters are generated, published, and updated across the network.
Development
If you are developing using the SDK or contributing to the SDK, check out the Development section.
Evolution
- Evolution Summary (v0.4.0 -> Present): A summary of how the functionalities provided by the token-sdk have evolved since tag v0.4.0.
Guides & Tutorials
- Fabric Smart Client: The underlying platform.
- Fabric Samples: Runnable examples.