Skip to content

Commit 4927f4c

Browse files
Merge branch 'main' into yarik/cometbft-to-rollkit
2 parents 67abfc1 + 0a00880 commit 4927f4c

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.vitepress/config.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { BASE: base = "/" } = process.env;
1010
export default withMermaid({
1111
lang: "en-US",
1212
title: "Rollkit",
13-
description: "The first sovereign rollup framework.",
13+
description: "The unstoppable stack",
1414
lastUpdated: true,
1515
cleanUrls: true,
1616
ignoreDeadLinks: true,
@@ -67,7 +67,7 @@ export default withMermaid({
6767
"meta",
6868
{
6969
property: "description",
70-
content: "The first sovereign rollup framework.",
70+
content: "The unstoppable stack.",
7171
},
7272
],
7373
["meta", { httpEquiv: "Content-Language", content: "en" }],
@@ -356,8 +356,8 @@ function sidebarHome() {
356356
link: "/blog/sovereign-rollups-on-bitcoin",
357357
},
358358
{
359-
text: "Rollkit: The First Sovereign Rollup Framework",
360-
link: "/blog/rollkit-the-first-sovereign-rollup-framework",
359+
text: "Rollkit: The Unstoppable Stack",
360+
link: "/blog/rollkit-the-unstoppable-stack",
361361
},
362362
],
363363
},

index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ titleTemplate: ':title'
55

66
hero:
77
name: "Rollkit"
8-
text: "The first sovereign rollup framework"
9-
tagline: Launch a sovereign, customizable blockchain as easily as a smart contract
8+
text: "The unstoppable stack"
9+
tagline: Launch an unstoppable blockchain as easily as a smart contract
1010
image:
1111
src: /img/logo-big.svg
1212
alt: Rollkit

learn/intro.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Introduction
22

33
Welcome to the Rollkit docs. We're happy you made it here!
4-
Our mission is to allow anyone to launch their own sovereign, customizable blockchain as easily as a smart contract by utilizing the shared security of a modular data availability network.
4+
Rollkit allows anyone to launch an unstoppable blockchain as easily as a smart contract.
55

6-
Rollkit is the first sovereign rollup framework, and we're setting the bar high for developers' flexibility and ability to customize rollups however they see fit.
6+
Rollkit is the unstoppable stack.
7+
8+
We're setting the bar high for developers' flexibility and ability to customize blockchains however they see fit.

0 commit comments

Comments
 (0)