如何连接到 cosmos hub
how to connect to cosmos hub
首先,我为单节点和本地节点构建了一个cosmos hub测试网,就像这样
enter image description here
enter image description here
然后我用星港建立区块链。新的区块链可以工作。但是现在我发现我不知道将这个新的区块链连接到 cosmos hub
enter image description here
像上图一样,我点击了“连接到 Cosmos Hub”按钮,但是没有用。
我的目的是用 ibc 建立两条区块链,并将这些区块链连接到 hub。并且通过这种方式,两个区块链可以相互转移令牌。有人可以帮助我吗?
参考这个视频:https://youtu.be/-AuExRijtrA,它清楚地解释了我们如何连接中继器并使用 IBC 将令牌发送到 Cosmos Hub。
但是,如果从视频中看不清楚,我正在解释以下步骤:
使用过relayer的配置需要去掉(否则可以忽略)
rm -rf ~/.starport/relayer
之后,使用 starport c serve -r
在开发模式下启动您的链
使用默认值配置中继器:starport relayer configure
并向集线器上的中继器地址发送少量真实 ATOMs
。中继器地址由上面使用的命令打印。等待大约 10-15 秒以确保余额已更新。
starport relayer connect
等待连接处理,现在您可以将令牌发送到集线器:
appd tx ibc-transfer transfer ... ... --from alice
首先,我为单节点和本地节点构建了一个cosmos hub测试网,就像这样
enter image description here
enter image description here
然后我用星港建立区块链。新的区块链可以工作。但是现在我发现我不知道将这个新的区块链连接到 cosmos hub
enter image description here
像上图一样,我点击了“连接到 Cosmos Hub”按钮,但是没有用。 我的目的是用 ibc 建立两条区块链,并将这些区块链连接到 hub。并且通过这种方式,两个区块链可以相互转移令牌。有人可以帮助我吗?
参考这个视频:https://youtu.be/-AuExRijtrA,它清楚地解释了我们如何连接中继器并使用 IBC 将令牌发送到 Cosmos Hub。
但是,如果从视频中看不清楚,我正在解释以下步骤:
使用过relayer的配置需要去掉(否则可以忽略)
rm -rf ~/.starport/relayer
之后,使用 starport c serve -r
使用默认值配置中继器:starport relayer configure
并向集线器上的中继器地址发送少量真实 ATOMs
。中继器地址由上面使用的命令打印。等待大约 10-15 秒以确保余额已更新。
starport relayer connect
等待连接处理,现在您可以将令牌发送到集线器:
appd tx ibc-transfer transfer ... ... --from alice