You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Light clients verify block headers and enable trust-minimized communication between chains.
After IBC proved its capability to be extended into other platforms, the wasm light client module was introduced for chains to easily, deploy and modify light clients. IBC Light clients based on 08-wasm are implemented using WebAssembly.
Note
"Adding support for 08-wasm is essential to get Euclid Protocol live on 40-50 testnets by the end of October.".
The chain needs to support wasm clients. In our case, we're meant to follow the guidelines for chains that already use Wasm. Follow the steps here: IBC Docs. Wasm Light client
Open a union connection to some instance of Nibiru. Preferably testnet. Union Docs. Adding SDKs: CometBFT This uses the nibid tx ibc-wasm command to create a proposal.
Motivation
Light clients verify block headers and enable trust-minimized communication between chains.
After IBC proved its capability to be extended into other platforms, the wasm light client module was introduced for chains to easily, deploy and modify light clients. IBC Light clients based on 08-wasm are implemented using WebAssembly.
Note
"Adding support for
08-wasm
is essential to get Euclid Protocol live on 40-50 testnets by the end of October.".The Ask
nibid tx ibc-wasm
command to create a proposal.More Info
The text was updated successfully, but these errors were encountered: