Skip to content

Commit 35e6a4b

Browse files
author
Tobias Schwarz
authored
Add IBC Hello World tutorial (#546)
* Add hello world tutorial * Integrate first feedback round * Including Feedback #2 hello world tutorial * Address mars.yml changes in starport * Add infographic sendpost * Integrate feedback, Denis review * Update faucet host to trimmed input * Multiple terminal wording * Use compact notion for mars.yml host * Fix README for IBC hello wolrd * Update code with uint and navbar * Update image without link and id OnRevIbcPostPacket
1 parent e3b88b2 commit 35e6a4b

File tree

4 files changed

+516
-0
lines changed

4 files changed

+516
-0
lines changed

.vuepress/config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ module.exports = {
4141
path: "/launchpad-to-stargate/tutorial/",
4242
directory: true,
4343
},
44+
{
45+
title: "IBC Hello World",
46+
path: "/hello-world/tutorial/",
47+
directory: true,
48+
},
4449
],
4550
},
4651
{
@@ -199,6 +204,7 @@ module.exports = {
199204
],
200205
],
201206
patterns: [
207+
'hello-world/tutorial/*.md',
202208
'burner-chain/*.md',
203209
'README.md',
204210
'nameservice/tutorial/*.md',

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ layout: home
33
title: Cosmos SDK Tutorials
44
description: Tutorials for the Cosmos SDK
55
sections:
6+
- title: IBC Hello World
7+
desc: Build a Hello World blockchain app as an IBC module. Learn how to use the relayer to connect two blockchains with each other and use IBC packets to transfer data from one blockchain to another.
8+
url: /hello-world/tutorial/
9+
difficulty: beginner
10+
tags:
11+
- starport
12+
- stargate
613
- title: Voter
714
desc: Build a voting application with a web-based UI.
815
url: /voter/

0 commit comments

Comments
 (0)