Skip to content

Commit 2ea6ac2

Browse files
committed
remove stack for now
1 parent 4498cc1 commit 2ea6ac2

File tree

3 files changed

+1
-150
lines changed

3 files changed

+1
-150
lines changed

.vitepress/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ function sidebarHome() {
191191
text: "Technical details",
192192
collapsed: true,
193193
items: [
194-
{ text: "Rollkit stack", link: "/learn/stack" },
195194
{ text: "Transaction flow", link: "/learn/transaction-flow" },
196195
{ text: "Configuration", link: "/learn/config" },
197196
],

learn/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Rollups inherit security from a data availability layer, by posting blocks to it
6060
Rollkit rollups are deployed on specialized data availability layers like Celestia, which directly leverages the scalability of the DA layer. Additionally, rollup transactions are executed off-chain rather than the data availability layer. This means rollups have their own dedicated computational resources, rather than sharing computational resources with other applications.
6161

6262
- **Customizability:**
63-
Rollkit is built as an open source modular framework, to make it easier for developers to reuse the four main components and customize their rollups. These components are data availability layers, execution environments, proof systems, and sequencer schemes. The components used by the [Rollkit stack](/learn/stack.md) are customizable.
63+
Rollkit is built as an open source modular framework, to make it easier for developers to reuse the four main components and customize their rollups. These components are data availability layers, execution environments, proof systems, and sequencer schemes.
6464

6565
- **Faster time to market:**
6666
Rollkit eliminates the need to bootstrap a validator set, manage a consensus network, incur high economic costs, and face other trade-offs that come with deploying a new layer 1. Rollkit's goal is to make deploying a rollup as easy as it is to deploy a smart contract, cutting the time it takes to bring blockchain products to market from months or even years to just minutes.

learn/stack.md

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)