ignite / cli

Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
https://ignite.com
Other
1.25k stars 549 forks source link

how to connect to cosmos hub #1432

Closed OnlyTO closed 2 years ago

OnlyTO commented 3 years ago

I use starport to build a blockchain in a virtual machine, and run this serve, open its web page, then I want to connect to cosmos hob, but I have no idea to do this. I have installed cosmos hub for single and local node in another virtual machine, because I depoly a blockchain and cosmos hub in the same virtual machine, and it will report a error for a port which is already used My purpose is to connect two ibc blockchain through cosmos hub, but I have no idea to connect blockchain to cosmos hub. Anybody can help me?

dragosroua commented 3 years ago

I would like to work on this issue.

barriebyron commented 2 years ago

@dragosroua are you up for creating a tutorial with the steps to connect a chain to the Cosmos Hub? See https://github.com/tendermint/starport/tree/develop/docs/contributing for resources for creating the doc! Perhaps @OnlyTO can help you with testing the steps?

dragosroua commented 2 years ago

@barriebyron thanks for the pointer, will use that.

soniasingla commented 2 years ago

@dragosroua is there any way we can support you? :)

fadeev commented 2 years ago

This goes beyond the scope of Ignite docs. "Connecting two blockchains through the Cosmos Hub" is not something you can technically do right now, because the Hub doesn't yet have the IBC router functionality. You can maybe consider chains "connected through the Hub" if both have relayers set up and connected to the Hub, but this has little to do with Ignite CLI.