This is a proof of concept, not intended for production use. For production, we plan to use either the standard 07-tendermint or 11-cometbls client.
Grug light client for Cosmos SDK chains, written in Go.
This is basically a wrapper over ibc-go's 07-tendermint client, except for the client state's VerifyMembership
and VerifyNonMembership
methods are substituted with Grug's proof format, which is not compatible with ICS-23.
TBD