Fabric-X Samples is the official home repository for sample applications built on top of Hyperledger Fabric-X. This repository provides reference implementations, tutorials, and example projects that demonstrate how to develop and deploy applications using the Fabric-X framework.
This repository serves as a comprehensive resource for developers looking to:
- Learn Fabric-X development through practical examples
- Understand best practices for building Fabric-X applications
- Explore different use cases and implementation patterns
- Get started quickly with pre-configured sample projects
A complete token management application demonstrating:
- Token issuance and transfer workflows
- Multi-party endorsement patterns
- Integration with Fabric Smart Client (FSC)
- REST API implementations for issuers, owners, and endorsers
- Docker Compose and Ansible deployment configurations
- Support for both Fabric 3.x and Fabric-X environments
- EVM Integration example
- Base CRUD application with FSC #1
- Base CRUD application with client-sdk.