Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: DOCS-780 No-code OP Stack docs #1733

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions pages/scaling-services-nocode-deployer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To deploy a rollup using a Testnet network, follow these steps:
1. [Sign in](/scaling-services-nocode-deployer/#sign-in) on the [**Scaling Services**](https://rollup.asphere.xyz/) platform.
2. In **Navigation**, click **Deploy Rollup** to start a rollup configuration process.
3. On the **Essentials** tab, select the following rollup parameters, and then click **Next**:
* **Stack**: [Arbitrum Orbit](/scaling-services-overview/#arbitrum-orbit), [Polygon CDK](/scaling-services-overview/#polygon-cdk), [ZK Stack](/scaling-services-overview/#zk-stack), [OP Stack](/scaling-services-overview/#op-stack).
* **Stack**: [Arbitrum Orbit](/scaling-services-overview/#arbitrum-orbit), [OP Stack](/scaling-services-overview/#op-stack), [Polygon CDK](/scaling-services-overview/#polygon-cdk), [ZK Stack](/scaling-services-overview/#zk-stack).
<img src="/docs/scale/stack.png" class="responsive-pic" width="700" />
* **Network**: Select **Testnet** — an option to explore the rollup functionality for free (48 hours).
<img src="/docs/scale/network.png" class="responsive-pic" width="700" />
Expand Down Expand Up @@ -70,13 +70,13 @@ To deploy a rollup using a Mainnet network, follow these steps:
1. [Sign in](/scaling-services-nocode-deployer/#sign-in) on the [**Scaling Services**](https://stage-rollup.ankr.com/) platform.
2. In **Navigation**, click **Deploy Rollup** to start a rollup configuration process.
3. On the **Essentials** tab, select the following rollup parameters, and then click **Next**:
* **Stack**: [Arbitrum Orbit](/scaling-services-overview/#arbitrum-orbit), [Polygon CDK](/scaling-services-overview/#polygon-cdk), [ZK Stack](/scaling-services-overview/#zk-stack), [OP Stack](/scaling-services-overview/#op-stack).
* **Stack**: [Arbitrum Orbit](/scaling-services-overview/#arbitrum-orbit), [OP Stack](/scaling-services-overview/#op-stack), [Polygon CDK](/scaling-services-overview/#polygon-cdk), [ZK Stack](/scaling-services-overview/#zk-stack).
<img src="/docs/scale/stack.png" class="responsive-pic" width="700" />
* **Network**: Select **Mainnet** — to deploy your rollup on a fully operational blockchain network.
<img src="/docs/scale/network-mainnet.png" class="responsive-pic" width="700" />
* **Infrastructure Package**: Upon selecting Mainnet, you have to select the Infrastructure to be used for your rollup solution:
* **Starter Package**: Starter RPC Package, Bridge, Block Explorer, Aggregator, Synchronizer.
* **Advanced Package**: Pro RPC Package, Bridge, Block Explorer, Aggregator, Synchronizer.
* **Starter Package**: Starter RPC Package, Bridge, Block Explorer, Synchronizer.
* **Advanced Package**: Pro RPC Package, Bridge, Block Explorer, Synchronizer.
* **Data Availability Layer**: [Ethereum](/scaling-services-overview/#ethereum), [Arbitrum AnyTrust](/scaling-services-overview/#arbitrum-anytrust), [Celestia](/scaling-services-overview/#celestia), [Eigen Layer](/scaling-services-overview/#eigen-layer), [Avail DA](/scaling-services-overview/#avail-da).
<img src="/docs/scale/da-layer.png" class="responsive-pic" width="700" />
4. On the **Sequencer** tab, select whether you'd like to have an Ankr-managed sequencer or a self-managed sequencer.
Expand Down Expand Up @@ -200,3 +200,11 @@ Congrats — you've just added a Testnet chain to the bridge UI for local use!
To have a Mainnet chain added to the Arbitrum bridge, there are two options available:
* Request adding a Mainnet chain by filling out the [form](https://docs.google.com/forms/d/e/1FAIpQLSeHusW27KPta53XMD2HAIfgzubQbIxW1ghqOCuXfg-ocWpMeQ/viewform).
* Fork and host the bridge UI, modifying it to add mainnet chains. The bridge UI can be found on [OffchainLabs' GitHib](https://github.com/OffchainLabs/arbitrum-token-bridge).

---

## OP Stack: Bridging

The OP Stack is designed to build Layer 2 systems that are deeply integrated with Ethereum. While OP Mainnet handles transaction execution off-chain, developers need the ability to transfer data and tokens between OP Mainnet and Ethereum. This process is known as bridging.

For more information, refer to the [Bridging Basics](https://docs.optimism.io/builders/app-developers/bridging/basics) section in the official Optimism documentation.
Binary file modified public/scale/infra-package.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/scale/mainnet-infra-package.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/scale/sequencer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/scale/stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading