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

https://github.com/hyperledger/firefly-common


https://github.com/hyperledger/firefly-common

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

[![codecov](https://codecov.io/gh/hyperledger/firefly-common/branch/main/graph/badge.svg?token=LUX2I5EU0T)](https://codecov.io/gh/hyperledger/firefly-common)
[![Go Reference](https://pkg.go.dev/badge/github.com/hyperledger/firefly-common.svg)](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)