An open API service indexing awesome lists of open source software.

https://github.com/hyperledger/fabric-x-samples


https://github.com/hyperledger/fabric-x-samples

Last synced: about 2 months ago
JSON representation

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/).