You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@ layout: home
3
3
title: Cosmos SDK Tutorials
4
4
description: Tutorials for the Cosmos SDK
5
5
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
6
13
- title: Voter
7
14
desc: Build a voting application with a web-based UI.
0 commit comments