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: 13 days 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 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T23:12:19.000Z (over 2 years ago)
- Last Synced: 2025-01-18T12:52:31.617Z (9 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
[](https://github.com/trustbloc/fabric-peer-ext/releases/latest)
[](https://raw.githubusercontent.com/trustbloc/fabric-peer-ext/main/LICENSE)[](https://dev.azure.com/trustbloc/fabric/_build/latest?definitionId=15&branchName=main)
[](https://codecov.io/gh/trustbloc/fabric-peer-ext)
[](https://goreportcard.com/report/github.com/trustbloc/fabric-peer-ext)
[](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.