https://github.com/hyperledger/fabric-x-samples
https://github.com/hyperledger/fabric-x-samples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperledger/fabric-x-samples
- Owner: hyperledger
- License: apache-2.0
- Created: 2026-04-23T17:57:11.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-27T09:23:47.000Z (about 2 months ago)
- Last Synced: 2026-04-27T10:14:48.032Z (about 2 months ago)
- Language: Go
- Size: 425 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fabric-X Samples
## Overview
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.
## Purpose
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
## Current samples
### [Tokens Sample](https://github.com/hyperledger/fabric-x-samples/tree/main/tokens)
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
## Coming soon
- [ ] [EVM Integration](https://github.com/hyperledger/fabric-x-evm) example
- [ ] Base CRUD application with FSC [#1](https://github.com/hyperledger/fabric-x-samples/issues/1)
- [ ] Base CRUD application with [client-sdk](https://github.com/hyperledger/fabric-x-sdk/).