How to add external blockchain in CosmosSDK? #65
-
Hi everyone, i'm trying to develop interoperability between polygon, hyperledger aries and algorand blockchains. As i see actually the ibc protocoll is not developed for these blockchain. There are some tricks that i can use to connect these blockchains with cosmos sdk? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
In order to connect these chains you can launch a cosmos sdk based chain and have a committee based bridge (validator multisig) which communicates to these chains. The other option is to look at what environments they have, EVM, WASM or others and see what ibc implementations exist to use in those VMs |
Beta Was this translation helpful? Give feedback.
-
Union.build seems to be the most promising way to connect IBC to EVM chains, pretty sure it's not difficult for them to add support for non-EVM chains |
Beta Was this translation helpful? Give feedback.
In order to connect these chains you can launch a cosmos sdk based chain and have a committee based bridge (validator multisig) which communicates to these chains. The other option is to look at what environments they have, EVM, WASM or others and see what ibc implementations exist to use in those VMs