https://github.com/hyperledger/firefly-samples
Samples for FireFly
https://github.com/hyperledger/firefly-samples
Last synced: 12 months ago
JSON representation
Samples for FireFly
- Host: GitHub
- URL: https://github.com/hyperledger/firefly-samples
- Owner: hyperledger
- License: apache-2.0
- Created: 2021-05-28T13:42:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T05:46:23.000Z (about 1 year ago)
- Last Synced: 2025-05-01T09:05:25.884Z (12 months ago)
- Language: TypeScript
- Size: 5.76 MB
- Stars: 22
- Watchers: 13
- Forks: 26
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
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)