https://github.com/datachainlab/fabric-ibc-lightclientd
https://github.com/datachainlab/fabric-ibc-lightclientd
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/datachainlab/fabric-ibc-lightclientd
- Owner: datachainlab
- License: other
- Created: 2021-03-09T16:26:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T09:46:16.000Z (almost 5 years ago)
- Last Synced: 2025-03-13T03:33:21.970Z (about 1 year ago)
- Language: Go
- Size: 267 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fabric-IBC light client daemon
## Introduction
`fabric-ibc-lightclientd` is a standalone daemon meant to offload implementation cost of Fabric-IBC light client logic.
By using this internally, IBC implementers can easily develop ClientState for Fabric-IBC in their own IBC implementation.
## Usage
`fabric-ibc-lightclientd` runs as a gRPC server listening to a specified port.
ClientState (for Fabric IBC) in your IBC implementation just works as a shim layer for this server.
```
$ fabric-ibc-lightclientd -port 60000
```