|
2 | 2 |
|
3 | 3 | ## 🌞 Introduction {#introduction}
|
4 | 4 |
|
5 |
| -This tutorial serves as a comprehensive guide for deploying your GM world rollup on Celestia's data availability network. From the Rollkit perspective, there's no difference in posting blocks to Celestia's testnets or Mainnet Beta. |
| 5 | +This tutorial serves as a comprehensive guide for deploying your GM world rollup on Celestia's data availability (DA) network. From the Rollkit perspective, there's no difference in posting blocks to Celestia's testnets or Mainnet Beta. |
6 | 6 |
|
7 | 7 | Before proceeding, ensure that you have completed the [GM world rollup](/tutorials/gm-world) tutorial, which covers setting up a local sovereign gm-world rollup and connecting it to a local mock DA node.
|
8 | 8 |
|
9 | 9 | ## 🪶 Running a Celestia light node
|
10 | 10 |
|
11 | 11 | Before you can start your rollup node, you need to initiate, sync, and possibly fund a light node on one of Celestia's networks:
|
12 | 12 |
|
13 |
| -- [Arabica Devnet](https://docs.celestia.org/nodes/arabica-devnet#arabica-devnet) |
14 |
| -- [Mocha Testnet](https://docs.celestia.org/nodes/mocha-testnet#mocha-testnet) |
15 |
| -- [Mainnet Beta](https://docs.celestia.org/nodes/mainnet#mainnet-beta) |
| 13 | +- [Arabica Devnet](https://docs.celestia.org/nodes/arabica-devnet) |
| 14 | +- [Mocha Testnet](https://docs.celestia.org/nodes/mocha-testnet) |
| 15 | +- [Mainnet Beta](https://docs.celestia.org/nodes/mainnet) |
16 | 16 |
|
17 | 17 | The main difference lies in how you fund your wallet address: using testnet TIA or [TIA](https://docs.celestia.org/learn/tia#overview-of-tia) for Mainnet Beta.
|
18 | 18 |
|
@@ -116,4 +116,4 @@ For details on configuring gas prices specifically for the DA network, see our [
|
116 | 116 |
|
117 | 117 | ## 🎉 Next steps
|
118 | 118 |
|
119 |
| -Congratulations! You've built a local rollup that posts to Celestia's testnet or mainnet. Well done! Now, go forth and build something great! Good luck! |
| 119 | +Congratulations! You've built a local rollup that posts to Celestia's testnets or Mainnet Beta. Well done! Now, go forth and build something great! Good luck! |
0 commit comments