Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit 0aef6ad

Browse files
author
Tobias Schwarz
authored
Updates the home page, navigation and tiles (#754)
* Updates the home page, navigation and tiles * Add correct CosmWasm workshop * Add deploy tutorials to tiles
1 parent dc128f4 commit 0aef6ad

2 files changed

Lines changed: 42 additions & 25 deletions

File tree

.vuepress/config.js

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,34 +64,33 @@ module.exports = {
6464
path: "/starport/",
6565
directory: true,
6666
},
67-
6867
{
69-
title: "IBC Hello World",
70-
path: "/hello-world/tutorial/",
68+
title: "Create a Blog Module",
69+
path: "/blog/tutorial/",
7170
directory: true,
7271
},
7372
{
74-
title: "Blog",
75-
path: "/blog/tutorial/",
73+
title: "Create a Voting Module",
74+
path: "/voter/",
7675
directory: true,
7776
},
7877
{
79-
title: "Voter",
80-
path: "/voter/",
78+
title: "Create a IBC Hello World module",
79+
path: "/hello-world/tutorial/",
8180
directory: true,
8281
},
8382
{
84-
title: "Interchain Exchange",
83+
title: "Create an IBC Interchain Exchange module",
8584
path: "/interchain-exchange/tutorial/",
8685
directory: true,
8786
},
8887
{
89-
title: "Connecting to a Testnet",
88+
title: "Connect to the cosmoshub-testnet",
9089
path: "/connecting-to-testnet/",
9190
directory: true,
9291
},
9392
{
94-
title: "Understanding the Liquidity Module",
93+
title: "Understand the Liquidity Module",
9594
path: "liquidity-module/",
9695
directory: true,
9796
},
@@ -106,7 +105,7 @@ module.exports = {
106105
title: "Migrate to Stargate",
107106
children: [
108107
{
109-
title: "PoFE Migration",
108+
title: "Proof of File Existence example",
110109
path: "/launchpad-to-stargate/tutorial/",
111110
directory: true,
112111
},

README.md

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,49 @@ 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/
6+
- title: Create a Blog module
7+
desc: Learn how to create a blog module using the Cosmos SDK blockchain app. Scaffold a new blockchain. Create a blog module and build your own transaction types.
8+
url: /blog/tutorial/01-index.html
99
tags:
1010
- starport
1111
- stargate
12-
- title: Blog
13-
desc: Learn how Starport works by building a blog.
14-
url: /blog/tutorial/01-index.html
12+
- title: Create a Voting module
13+
desc: Learn to create a voter module using the Cosmos SDK blockchain app. Create Polls and have accounts Vote on your blockchain.
14+
url: /voter/index.html
1515
tags:
1616
- starport
1717
- stargate
18-
- title: Voter
19-
desc: Learn to create a blockchain Voter application. Create Polls and have accounts Vote on your blockchain.
20-
url: /voter/index.html
18+
- title: Create a IBC Hello World module
19+
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.
20+
url: /hello-world/tutorial/
2121
tags:
2222
- starport
2323
- stargate
24-
- title: Interchain Exchange
24+
- title: Create an IBC Interchain Exchange module
2525
desc: Build an Exchange blockchain app as an IBC module. You will build a module that can create orderbooks and buy and sell orders across blockchains. Learn how to use IBC, IBC packets, and the relayer.
2626
url: /interchain-exchange/tutorial/00-intro.html
2727
tags:
2828
- starport
2929
- stargate
30-
- title: Proof of File Existence Migration
30+
- title: Connect to the cosmoshub-testnet
31+
desc: Learn how to connect to the cosmoshub-testnet and use the official cosmos sdk modules, from governance, bank, auth, ibc to the newest liquidity module.
32+
url: /connecting-to-testnet/index.html
33+
tags:
34+
- starport
35+
- stargate
36+
- title: Understand the liquidity module
37+
desc: The liquidity module powers the Gravity DEX. Learn how to create your own token with Starport, send it with IBC to the cosmoshub-testnet and create a new pool using the liquidity module. Swap your token with your created pool.
38+
url: /liquidity-module/index.html
39+
tags:
40+
- starport
41+
- stargate
42+
- title: Deploy your blockchain on Digital Ocean
43+
desc: Create a new blockchain with Starport. Deploy this blockchain on a cloud provider like Digital Ocean. Connect your local chain to the deployed chain.
44+
url: /publish-app-do/index.html
45+
tags:
46+
- starport
47+
- stargate
48+
- title: Migrate a blockchain - Proof of File Existence example
3149
desc: Efficiently migrate your Cosmos SDK applications or modules from v0.39 to v0.40+ using Starport.
3250
url: /launchpad-to-stargate/tutorial/01-introduction.html
3351
tags:
@@ -44,12 +62,12 @@ stack:
4462
url: https://youtu.be/-AuExRijtrA
4563
- title: "Starport Intro"
4664
duration: "4:12"
47-
imgSrc: https://i.ytimg.com/vi/5RqAIE0b8Kw/hq720.jpg
65+
imgSrc: https://i.imgur.com/JmyOl8n.jpeg
4866
url: https://youtu.be/5RqAIE0b8Kw
4967
- title: "CosmWasm & IBC - The New Horizon"
5068
duration: "44:32"
51-
imgSrc: https://i.ytimg.com/vi/QdKTkJHj4jY/hq720.jpg
52-
url: https://youtu.be/QdKTkJHj4jY
69+
imgSrc: https://i.ytimg.com/vi/42eePmGk6D8/hq720.jpg
70+
url: https://youtu.be/42eePmGk6D8
5371
- title: "Blockchain Performance Measured Correctly"
5472
duration: "1:16:56"
5573
imgSrc: https://i.ytimg.com/vi/QdKTkJHj4jY/hq720.jpg

0 commit comments

Comments
 (0)