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
Copy file name to clipboardExpand all lines: tutorials/gm-world-tia-gas.md
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ description: Build a sovereign rollup using only Rollkit CLI and a local DA netw
6
6
7
7
## 🌞 Introduction {#introduction}
8
8
9
-
This tutorial will guide you through building a sovereign `gm-world` rollup using Rollkit, with `TIA` as the gas token. Unlike the [quick start guide](https://rollkit.dev/tutorials/quick-start), this tutorial provides a more practical approach to understanding sovereign rollup development using `TIA` as the gas token.
9
+
This tutorial will guide you through building a sovereign `gm-world` rollup using Rollkit, with TIA as the gas token. Unlike the [quick start guide](https://rollkit.dev/tutorials/quick-start), this tutorial provides a more practical approach to understanding sovereign rollup development using TIA as the gas token.
10
10
11
11
We will cover:
12
12
13
13
- Building and configuring a Cosmos-SDK application-specific rollup blockchain.
14
14
- Posting rollup data to a Data Availability (DA) network.
15
-
- Executing transactions using `TIA` as the gas token (the end goal).
15
+
- Executing transactions using TIA as the gas token (the end goal).
16
16
17
17
No prior understanding of the build process is required, just that it utilizes the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) for blockchain applications.
18
18
@@ -50,7 +50,7 @@ Learn to run a local DA network, designed for educational purposes, on your mach
Note that we specified the gas token to be IBC `TIA`. We still haven't made an IBC connection to Celestia's Mocha testnet, however, if we assume our first channel will be an ICS-20 transfer channel to Celestia, we can already calculate the token denom using this formula:
85
+
Note that we specified the gas token to be IBC TIA. We still haven't made an IBC connection to Celestia's Mocha testnet, however, if we assume our first channel will be an ICS-20 transfer channel to Celestia, we can already calculate the token denom using this formula:
0 commit comments