From 6a0b8b890b80c668b8346f4409a7c3cc5c25a9fe Mon Sep 17 00:00:00 2001 From: srdtrk <59252793+srdtrk@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:51:38 +0300 Subject: [PATCH] docs: added badges to readme (#36) * docs: added badges to readme * docs: fixed badge links --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.