Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trustbloc/fabric-peer-ext
Libraries that extends the core peer capabilities; and builds an extended fabric-peer image
https://github.com/trustbloc/fabric-peer-ext
blockchain distributed-ledger fabric hyperledger-fabric peer
Last synced: 3 months ago
JSON representation
Libraries that extends the core peer capabilities; and builds an extended fabric-peer image
- Host: GitHub
- URL: https://github.com/trustbloc/fabric-peer-ext
- Owner: trustbloc
- License: apache-2.0
- Archived: true
- Created: 2019-05-02T16:04:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T23:12:19.000Z (almost 2 years ago)
- Last Synced: 2024-09-22T11:02:16.310Z (3 months ago)
- Topics: blockchain, distributed-ledger, fabric, hyperledger-fabric, peer
- Language: Go
- Homepage:
- Size: 2.24 MB
- Stars: 17
- Watchers: 16
- Forks: 11
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Release](https://img.shields.io/github/release/trustbloc/fabric-peer-ext.svg?style=flat-square)](https://github.com/trustbloc/fabric-peer-ext/releases/latest)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/trustbloc/fabric-peer-ext/main/LICENSE)[![Build Status](https://dev.azure.com/trustbloc/fabric/_apis/build/status/trustbloc.fabric-peer-ext?branchName=main)](https://dev.azure.com/trustbloc/fabric/_build/latest?definitionId=15&branchName=main)
[![codecov](https://codecov.io/gh/trustbloc/fabric-peer-ext/branch/main/graph/badge.svg)](https://codecov.io/gh/trustbloc/fabric-peer-ext)
[![Go Report Card](https://goreportcard.com/badge/github.com/trustbloc/fabric-peer-ext?style=flat-square)](https://goreportcard.com/report/github.com/trustbloc/fabric-peer-ext)
[![codebeat badge](https://codebeat.co/badges/fad74203-ae47-4acf-a0be-dc22696df874)](https://codebeat.co/projects/github-com-trustbloc-fabric-peer-ext-main)# fabric-peer-ext
Set of libraries that extends the core peer capabilities.```
git clone https://github.com/trustbloc/fabric-peer-ext.gitcd fabric-peer-ext
# run linters
make checks# run unit-test
make unit-test
```## Build dependencies
* Go `1.13.4`
* Docker `18.09.x` or above# Contributing
Thank you for your interest in contributing. Please see our [community contribution guidelines](https://github.com/trustbloc/community/blob/main/CONTRIBUTING.md) for more information.# License
Apache License, Version 2.0 (Apache-2.0). See the [LICENSE](LICENSE) file.