Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.git

cd 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.