@@ -38,7 +38,6 @@ sub-crates that can be used independently or together.
38
38
| [ ibc-testkit] ( ibc-testkit ) | Provides testing toolkit to aid ` ibc-rs ` and host chains in writing integration tests. |
39
39
| [ ibc-query] ( ibc-query ) | Contains utility traits and implementations for querying states of an integrated IBC module. |
40
40
| [ ibc-derive] ( ibc-derive ) | Derive macros for ` ClientState ` and ` ConsensusState ` traits, reducing boilerplate. |
41
- | [ cosmwasm] ( cosmwasm ) | Contains libraries that implement ` ibc-rs ` modules as CosmWasm contracts. |
42
41
43
42
## Contributing
44
43
@@ -74,20 +73,21 @@ projects. The `ibc-rs` implementation, in particular, is used for IBC
74
73
integration, testing, or development for some of the most technically compelling
75
74
use cases.
76
75
77
- | # | Integration use-case | Team | Used-Modules | Links | Phase |
78
- | -: | ------------------------------- | :-----------: | :----------: | :---------------------------------------------------------: | :----------------------: |
79
- | 1 | Solana IBC implementation | Composable | :100 : | [ Picasso Network] [ pica-network ] | :white_check_mark : |
80
- | 2 | Ethereum IBC relayer | Composable | :100 : | [ Picasso Network] [ pica-network ] | :white_check_mark : |
81
- | 3 | Polkadot SDK IBC implementation | Composable | :100 : | [ Picasso Network] [ pica-network ] | :white_check_mark : |
82
- | 4 | Nomic | Nomic | :100 : | [ Nomic network] [ nomic ] | :white_check_mark : |
83
- | 5 | Namada | Anoma | :100 : | [ Namada] [ namada ] | :hourglass_flowing_sand : |
84
- | 6 | Sovereign | Informal | :100 : | [ ` sovereign-ibc ` ] [ sov-ibc ] | :hourglass_flowing_sand : |
85
- | 7 | Hermes IBC relayer | Informal | :100 : | [ ` basecoin-rs ` ] [ basecoin-rs ] | :hammer_and_pick : |
86
- | 8 | Substrate pallet | Octopus | :100 : | [ Substrate IBC Pallet] [ substrate-ibc ] | :hammer_and_pick : |
87
- | 9 | Near Protocol | Octopus | :100 : | [ ` near-ibc ` ] [ near-ibc ] | :hourglass_flowing_sand : |
88
- | 10 | Tendermint Light Client | Electron Labs | ` ics07 ` | [ ` Electron-Labs/tendermint-rs ` ] [ electronlabs-tendermint-rs ] | :hourglass_flowing_sand : |
89
- | 11 | Starknet | Informal | :eyes : | :eyes : | :eyes : |
90
- | 12 | SP1 Tendermint Light Client | Interchain | ` ics07 ` | [ ` cosmos/sp1-ics07-tendermint ` ] [ sp1-tendermint ] | :hourglass_flowing_sand : |
76
+ | # | Integration use-case | Team | Used-Modules | Links | Phase |
77
+ | -: | ------------------------------- | :-----------: | :----------: | :---------------------------------------------------------: | :----------------------: |
78
+ | 1 | Solana IBC implementation | Composable | :100 : | [ Picasso Network] [ pica-network ] | :white_check_mark : |
79
+ | 2 | Ethereum IBC relayer | Composable | :100 : | [ Picasso Network] [ pica-network ] | :white_check_mark : |
80
+ | 3 | Polkadot SDK IBC implementation | Composable | :100 : | [ Picasso Network] [ pica-network ] | :white_check_mark : |
81
+ | 4 | Nomic | Nomic | :100 : | [ Nomic network] [ nomic ] | :white_check_mark : |
82
+ | 5 | CosmWasm Tendermint Light Client | Informal | ` ics07 ` | [ cosmwasm-ibc] [ cosmwasm-ibc ] | :white_check_mark : |
83
+ | 6 | Namada | Anoma | :100 : | [ Namada] [ namada ] | :hourglass_flowing_sand : |
84
+ | 7 | Sovereign | Informal | :100 : | [ ` sovereign-ibc ` ] [ sov-ibc ] | :hourglass_flowing_sand : |
85
+ | 8 | Hermes IBC relayer | Informal | :100 : | [ ` basecoin-rs ` ] [ basecoin-rs ] | :hammer_and_pick : |
86
+ | 9 | Substrate pallet | Octopus | :100 : | [ Substrate IBC Pallet] [ substrate-ibc ] | :hammer_and_pick : |
87
+ | 10 | Near Protocol | Octopus | :100 : | [ ` near-ibc ` ] [ near-ibc ] | :hourglass_flowing_sand : |
88
+ | 11 | Tendermint Light Client | Electron Labs | ` ics07 ` | [ ` Electron-Labs/tendermint-rs ` ] [ electronlabs-tendermint-rs ] | :hourglass_flowing_sand : |
89
+ | 12 | Starknet | Informal | :eyes : | :eyes : | :eyes : |
90
+ | 13 | SP1 Tendermint Light Client | Interchain | ` ics07 ` | [ ` cosmos/sp1-ics07-tendermint ` ] [ sp1-tendermint ] | :hourglass_flowing_sand : |
91
91
92
92
Legend:
93
93
@@ -139,6 +139,7 @@ specific language governing permissions and limitations under the License.
139
139
[ ibc ] : https://github.com/cosmos/ibc
140
140
[ ibc-go ] : https://github.com/cosmos/ibc-go
141
141
[ ibc-proto-rs ] : https://github.com/cosmos/ibc-proto-rs
142
+ [ cosmwasm-ibc ] : https://github.com/informalsystems/cosmwasm-ibc
142
143
[ ibc-homepage ] : https://cosmos.network/ibc
143
144
[ ibc-protocol ] : https://ibcprotocol.dev
144
145
[ cosmos-link ] : https://cosmos.network
0 commit comments