The Fabric Token SDK provides a collection of APIs and services that streamline development for token-based distributed applications.
Fabric Token SDK has not been audited and is provided as-is, use at your own risk.
The project will be subject to rapid changes to complete the open-sourcing process, and the list of features.
-
Documentation: The entry point for the Fabric Token SDK documentation. -
Development: All about the development guidelines. -
Contributing: How to contribute to the project. -
Fabric SamplesToken SDK sample application is the quickest way to get a full network running with a REST API to issue, transfer and redeem tokens right away. -
Benchmarks: Benchmark guidelines and reports. -
Feedback: Your help is the key to the success of the Fabric Token SDK. -
Fabric Smart Client: The Token SDK leverages theFabric Smart Clientfor transaction orchestration, storing tokens and wallets, and more. Check it out.
- (March 17, 2022)
Hyperledger in-Depth: Tokens in Hyperledger Fabric: What’s possible today and what’s coming: Tokenizing the physical world is a hot blockchain topic in the industry, especially as it relates to the trade of tokens as a basis of new forms of commerce. In this Hyperledger Foundation member webinar, the IBM Research team describes in this webinar what tokenization use cases are possible with Hyperledger Fabric today, and what enhancements are in the works (aka Fabric Token SDK). - (October 12, 2023) How to create a currency management app and deploy it to a Hyperledger Fabric network: In this comprehensive guide, we'll walk you through two essential aspects of the Fabric Token-SDK. Firstly, you'll learn how to develop a straightforward token application to manage a currency. You'll grasp the fundamentals of creating tokens, and implementing transaction logic using the Fabric Token-SDK. Once you've mastered the application development, we'll then show you how to effortlessly deploy it in your existing Fabric network, ensuring a seamless integration with your blockchain infrastructure. By the end of this tutorial, you'll be equipped with the skills to expand your blockchain capabilities and unleash the true potential of decentralized currency management. (Refers to Fabric Samples)
Hyperledger Fabric: Blockchain Built for Business
Hyperledger Fabric (https://hyperledger-fabric.readthedocs.io/) is an open-source platform designed for permissioned blockchain networks. It offers a modular and extensible architecture, allowing for customization and future growth. Unlike traditional blockchains, Fabric applications can be written in any general-purpose programming language, making them more accessible to developers.
Beyond Cryptocurrencies: Tokenizing the World
While blockchain is often associated with cryptocurrencies, its potential extends far beyond. Fabric allows for the creation of tokens that represent real-world assets, both fungible (like loyalty points) and non-fungible (like unique digital artwork). This opens doors for new business models and unlocks additional value from existing assets.
The Challenge: Building Tokenized Applications
Developing applications that leverage tokens on Hyperledger Fabric can be complex. Fabric lacked a built-in SDK for creating and managing tokens, forcing developers to build solutions from scratch. This not only led to wasted effort with duplicated code, but also exposed applications to potential security vulnerabilities.
Introducing the Fabric Token SDK: Streamlining Tokenized Development (and Beyond)
The Fabric Token SDK has evolved beyond its initial focus on Hyperledger Fabric. It now empowers developers with the following capabilities across various platforms, including permissioned blockchains like Fabric:
- Tokenization Made Easy: Create tokens representing any type of asset, be it physical or digital.
- Privacy by Design: Select the appropriate privacy level for your specific use case, without modifying your application logic.
- Peer-to-Peer Transactions: Orchestrate token transfers directly between users, streamlining the process.
- Atomic Swaps: Facilitate secure exchanges of different tokens without relying on intermediaries.
- Transaction Auditing: Review transactions before they are finalized, ensuring accuracy and compliance.
- Interoperability: Connect with token systems on other blockchain networks, fostering broader ecosystems.
- Seamless Integration: Add a token layer to existing applications, regardless of platform, with minimal effort.
With a robust Fabric Token SDK, developing secure and efficient enterprise-grade tokenized applications becomes a reality, offering flexibility for developers to choose the platform that best suits their needs.
This project is licensed under the Apache 2 License - see the LICENSE file for details