Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talrasha007/fabric-wrapper
A wrapper for fabric-client & fabric-ca-client.
https://github.com/talrasha007/fabric-wrapper
Last synced: 27 days ago
JSON representation
A wrapper for fabric-client & fabric-ca-client.
- Host: GitHub
- URL: https://github.com/talrasha007/fabric-wrapper
- Owner: talrasha007
- License: mit
- Created: 2017-04-06T02:28:31.000Z (almost 8 years ago)
- Default Branch: 1.2
- Last Pushed: 2018-11-19T09:09:20.000Z (about 6 years ago)
- Last Synced: 2024-10-22T21:21:02.362Z (3 months ago)
- Language: JavaScript
- Size: 159 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-baas - fabric-wrapper
README
# fabric-wrapper
*NOTICE: version 1.2 is no longer compatible whit previous versions.*
*Version x.y.z will be a wrapper of fabric-client @x.y.\**## Usage
Client & Channel are inherited from origin fabric-client Client & Channel, so you can use them in the same way of fabric-client except the override functions.
See code in examples to check how to use it. :)