-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add rollup overview page * add rollup overview page * update rollup overview page * docs: copy edits * chore: match style * remove extra "Learn" it says it twice and is repetitive * chore: final copy edit --------- Co-authored-by: joshcs.eth <[email protected]>
- Loading branch information
1 parent
00aa3c3
commit 7e25368
Showing
4 changed files
with
54 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
sidebar_label: Deploy a rollup | ||
description: Learn how to deploy rollups on Celestia. | ||
--- | ||
|
||
# Deploy a rollup | ||
|
||
This section provides various guides and tutorials that cover different | ||
options for deploying rollups on Celestia. | ||
|
||
## What is a rollup? | ||
|
||
A rollup is a type of blockchain that offloads some work to a layer 1, like | ||
Celestia. Rollups host applications and process user transactions. Once | ||
those transactions get processed, they are then published to layer 1. | ||
It’s layer 1s job to order those transactions and check that they are | ||
available, at minimum. | ||
|
||
Over time, two primary designs emerged for rollups: | ||
[optimistic](https://celestia.org/glossary/optimistic-rollup/) and | ||
[zk](https://celestia.org/glossary/zk-rollup) rollups. | ||
|
||
## Section contents | ||
|
||
- [Rollkit](./rollkit.mdx) | ||
- [Build and deploy a GM World rollup](https://rollkit.dev/tutorials/gm-world) | ||
- [Build the GM World frontend](https://rollkit.dev/tutorials/gm-world-frontend) | ||
- [Build a Recipe Book rollup](https://rollkit.dev/tutorials/recipe-book) | ||
- [Build a Wordle app](https://rollkit.dev/tutorials/wordle) | ||
- [Build a CosmWasm rollup](https://rollkit.dev/tutorials/cosmwasm) | ||
- [Optimism](./intro-to-op-stack.md#what-are-optimism-and-the-op-stack) | ||
- [Introduction to OP Stack integration](./intro-to-op-stack.md) | ||
- [Introduction to Bubs Testnet](./bubs-testnet.md) | ||
- [Deploy a smart contract on Bubs testnet](./deploy-on-bubs.md) | ||
- [Deploy a GM Portal dapp on Bubs testnet](./gm-portal-bubs.md) | ||
- [Deploy a dapp on Thirdweb](https://thirdweb.com/bubs-testnet) | ||
- [Deploy an OP Stack devnet](./optimism-devnet.mdx) | ||
- [Deploy an OP Stack testnet on Celestia](./optimism.mdx) | ||
- [Rollups as a Service](https://docs.celestia.org/category/rollups-as-a-service/) | ||
- Sovereign SDK | ||
- [Create a zk-rollup and run a full node using Sovereign SDK](https://github.com/Sovereign-Labs/sovereign-sdk/tree/main/examples/demo-rollup#demo-rollup) | ||
- IBC relayers | ||
- [Establish IBC connections using the Hermes relayer](./ibc-relayer.md) | ||
- [Build a rollapp with Dymension's Roller](https://docs.dymension.xyz/build/roller) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters