Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit e401895

Browse files
committed
remove soverign
1 parent 6261279 commit e401895

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

guides/gm-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Learn how to build and deploy a CosmWasm-based "gm" (good morning)
77

88
## 🌞 Introduction {#introduction}
99

10-
This tutorial will guide you through building a sovereign `gm-world` chain (`gm` stands for "good morning") using Evolve. Unlike the [quick start guide](/guides/quick-start.md), this tutorial provides a more practical approach to understanding sovereign chain development.
10+
This tutorial will guide you through building a evolve `gm-world` chain (`gm` stands for "good morning") using Evolve. Unlike the [quick start guide](/guides/quick-start.md), this tutorial provides a more practical approach to understanding evolve chain development.
1111

1212
We will cover:
1313

learn/about.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ No fees. No middlemen. No revenue share.
1010

1111
## What is Evolve?
1212

13-
Evolve is a launch stack for sovereign L1s. It gives you full control over execution — without CometBFT, validator ops, or lock-in.
13+
Evolve is a launch stack for L1s. It gives you full control over execution — without CometBFT, validator ops, or lock-in.
1414

1515
It's [open-source](https://github.com/evstack/ev-node), production-ready, and fully composable.
1616

@@ -52,7 +52,7 @@ In a potential future with millions of chains, it's unlikely all of those chains
5252

5353
## Why Evolve?
5454

55-
Evolve solves the challenges encountered during the deployment of a smart contract or a new layer 1, by minimizing these tradeoffs through the implementation of sovereign chains.
55+
Evolve solves the challenges encountered during the deployment of a smart contract or a new layer 1, by minimizing these tradeoffs through the implementation of evolve chains.
5656

5757
With Evolve, developers can benefit from:
5858

@@ -64,25 +64,25 @@ With Evolve, developers can benefit from:
6464

6565
- **Faster time-to-market:** Evolve 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 legacy layer 1\. Evolve's goal is to make deploying a chain 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.
6666

67-
- **Sovereignty**: Evolve also enables developers to deploy sovereign chains for cases where communities require sovereignty.
67+
- **Sovereignty**: Evolve also enables developers to deploy chains for cases where communities require sovereignty.
6868

6969
## How can you use Evolve?
7070

71-
As briefly mentioned above, Evolve could be used in many different ways. From sovereign chains, to settlement layers, and in the future even to L3s.
71+
As briefly mentioned above, Evolve could be used in many different ways. From chains, to settlement layers, and in the future even to L3s.
7272

7373
### Chain with any VM
7474

7575
Evolve gives developers the flexibility to use pre-existing ABCI-compatible state machines or create a custom state machine tailored to their chain needs. Evolve does not restrict the use of any specific virtual machine, allowing developers to experiment and bring innovative applications to life.
7676

77-
### Sovereign Cosmos SDK
77+
### Cosmos SDK
7878

79-
Similarly to how developers utilize the Cosmos SDK to build a sovereign layer 1 chain, the Cosmos SDK could be utilized to create a Evolve-compatible chain. Cosmos-SDK has great [documentation](https://docs.cosmos.network/main) and tooling that developers can leverage to learn.
79+
Similarly to how developers utilize the Cosmos SDK to build a layer 1 chain, the Cosmos SDK could be utilized to create a Evolve-compatible chain. Cosmos-SDK has great [documentation](https://docs.cosmos.network/main) and tooling that developers can leverage to learn.
8080

8181
Another possibility is taking an existing layer 1 built with the Cosmos SDK and deploying it as a Evolve chain. Evolve gives your network a forward path. Migrate seamlessly, keep your logic, and evolve into a modular, high-performance system without CometBFT bottlenecks and zero validator overhead.
8282

8383
### Build a settlement layer
8484

85-
[Settlement layers](https://celestia.org/learn/modular-settlement-layers/settlement-in-the-modular-stack/) are ideal for developers who want to avoid deploying sovereign chains. They provide a platform for chains to verify proofs and resolve disputes. Additionally, they act as a hub for chains to facilitate trust-minimized token transfers and liquidity sharing between chains that share the same settlement layer. Think of settlement layers as a special type of execution layer.
85+
[Settlement layers](https://celestia.org/learn/modular-settlement-layers/settlement-in-the-modular-stack/) are ideal for developers who want to avoid deploying chains. They provide a platform for chains to verify proofs and resolve disputes. Additionally, they act as a hub for chains to facilitate trust-minimized token transfers and liquidity sharing between chains that share the same settlement layer. Think of settlement layers as a special type of execution layer.
8686

8787
## When can you use Evolve?
8888

0 commit comments

Comments
 (0)