# firefly-samples **Repository Path**: hyperledger/firefly-samples ## Basic Information - **Project Name**: firefly-samples - **Description**: Samples for FireFly - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-24 - **Last Updated**: 2025-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FireFly Samples This repository contains sample applications built on top of [FireFly](https://github.com/hyperledger/firefly) using [firefly-sdk](https://github.com/hyperledger/firefly-sdk-nodejs). Use the links below to try out the samples. Function specific samples: - The simplest examples to start with are [private-data-transfer-cli](private-data-transfer-cli), which implements a basic CLI workflow, and [private-data-transfer-ui](private-data-transfer-ui), which implements the same flow in a React frontend app. Combined samples: - [Listen to Firefly events and mint tokens on public ethereum network](./combined/mint-token-on-public-ethereum-network)