diff --git a/README.md b/README.md index d54d4df8..53e9fbe2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ # CosmWasm ICA Controller Contract +
+ E2E Status + + Version + + + License: Apache-2.0 + + + Lines Of Code + +
+ ![cw-ica-controller](./cw-ica-controller.svg) This is a CosmWasm smart contract that communicates with the golang ica/host module on the host chain to create and manage **one** interchain account. This contract can also execute callbacks based on the result of the interchain account transaction. Because this is a CosmWasm implementation of the entire ICA controller, the chain that this contract is deployed on need **not** have the ICA module enabled. This contract can be deployed on any chain that supports IBC CosmWasm smart contracts.