https://github.com/meshplus/pier-client-fabric
The Fabric interchain gateway plugin implementation
https://github.com/meshplus/pier-client-fabric
fabric gateway plugin
Last synced: 5 months ago
JSON representation
The Fabric interchain gateway plugin implementation
- Host: GitHub
- URL: https://github.com/meshplus/pier-client-fabric
- Owner: meshplus
- License: apache-2.0
- Created: 2020-03-30T08:21:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T01:31:39.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T22:53:09.591Z (over 1 year ago)
- Topics: fabric, gateway, plugin
- Language: Go
- Homepage:
- Size: 168 MB
- Stars: 21
- Watchers: 10
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Pier Client Fabric
Pier-client-fabric is the plugin implementation for fabric blockchain.
## How to build
Use the following command to build
```shell script
make fabric1.4
```
This will create a `build` directory under the project path and generate a `fabric-client-1.4.so` inside the `build`.
This `.so` file will be used by [Pier](https://github.com/meshplus/pier).
## Usage
Details about how to use this plugin can be found in [here](https://github.com/meshplus/pier/wiki/Pier%E4%BD%BF%E7%94%A8%E6%96%87%E6%A1%A3)