https://github.com/datachainlab/ibc-multisig-client
https://github.com/datachainlab/ibc-multisig-client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datachainlab/ibc-multisig-client
- Owner: datachainlab
- Created: 2021-05-13T08:55:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T05:11:04.000Z (almost 5 years ago)
- Last Synced: 2025-12-19T01:27:08.649Z (5 months ago)
- Language: Go
- Size: 235 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBC Multisig Client
Multisig Client is yet another [Solo Machine Client](https://github.com/cosmos/ibc/tree/master/spec/client/ics-006-solo-machine-client).
## Difference from Solo Machine Client
- The order of generation and verification of commitment proofs does not have to be the same
- One Solo Machine can be tracked by multiple clients
## Documents
- [IBC Client spec](./docs/ibc-multisig-client.md)