https://github.com/datachainlab/ibc-ethmultisig-client
https://github.com/datachainlab/ibc-ethmultisig-client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/datachainlab/ibc-ethmultisig-client
- Owner: datachainlab
- License: apache-2.0
- Created: 2021-10-27T01:52:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T03:03:14.000Z (about 4 years ago)
- Last Synced: 2025-03-13T03:33:22.635Z (about 1 year ago)
- Language: Go
- Size: 275 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ibc-ethmultisig-client
This client is a dialect of https://github.com/datachainlab/ibc-multisig-client/blob/main/docs/ibc-multisig-client.md.
The main changes are as follows:
- Supported only secp256k1 key
- Modified `SignBytes` format to reduce the protobuf serialization
## Directories
- [contracts/core/ibc/lightclients](./contracts/core/ibc/lightclients): An implementation of the client in solidity
- [modules/light-clients/xx-ethmultisig](./modules/light-clients/xx-ethmultisig/): (WIP) An implementation of the client in golang
- [modules/relay/ethmultisig](./modules/relay/ethmultisig/): A relay module for the client