https://github.com/hyperledger/firefly-common
https://github.com/hyperledger/firefly-common
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperledger/firefly-common
- Owner: hyperledger
- License: apache-2.0
- Created: 2022-05-04T14:47:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T17:06:46.000Z (12 months ago)
- Last Synced: 2025-04-29T18:23:31.068Z (12 months ago)
- Language: Go
- Size: 883 KB
- Stars: 3
- Watchers: 16
- Forks: 13
- Open Issues: 10
-
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
[](https://codecov.io/gh/hyperledger/firefly-common)
[](https://pkg.go.dev/github.com/hyperledger/firefly-common)
# Hyperledger FireFly Common
Common utility modules and interface definitions, used across Hyperledger FireFly microservice runtimes (the Go ones anyway):
- Logging - [pkg/log](https://pkg.go.dev/github.com/hyperledger/firefly-common/pkg/log)
- Translation (i18n) - [pkg/i18n](https://pkg.go.dev/github.com/hyperledger/firefly-common/pkg/i18n)
- Configuration - [pkg/config](https://pkg.go.dev/github.com/hyperledger/firefly-common/pkg/config)
- Common types - [pkg/fftypes](https://pkg.go.dev/github.com/hyperledger/firefly-common/pkg/fftypes)
- REST Client - [pkg/ffresty](https://pkg.go.dev/github.com/hyperledger/firefly-common/pkg/ffresty)
- WebSocket Client - [pkg/wsclient](https://pkg.go.dev/github.com/hyperledger/firefly-common/pkg/wsclient)
- HTTP Server - [pkg/httpserver](https://pkg.go.dev/github.com/hyperledger/firefly-common/pkg/httpserver)