You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
That's it! Your sovereign chain node is now up and running. It's incredibly simple to start a blockchain (which is essentially what a chain is) these days using Evolve. Explore further and discover how you can build useful applications on Evolve. Good luck!
80
+
That's it! Your evolve network node is now up and running. It's incredibly simple to start a blockchain (which is essentially what a chain is) these days using Evolve. Explore further and discover how you can build useful applications on Evolve. Good luck!
Copy file name to clipboardExpand all lines: index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ features:
26
26
link: /learn/about#why-evolve
27
27
icon: 🚀
28
28
- title: Speed to Traction
29
-
details: Get to market fast with infrastructure that adapts to your app—not the other way around. Skip the complexity and start building what matters; your product.
29
+
details: Get to market fast with infrastructure that adapts to your app—not the other way around. Skip the complexity and start building what matters: your product.
Copy file name to clipboardExpand all lines: learn/about.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ No fees. No middlemen. No revenue share.
12
12
13
13
Evolve is a launch stack for sovereign L1s. It gives you full control over execution — without CometBFT, validator ops, or lock-in.
14
14
15
-
It’s [open-source](https://github.com/evstack/ev-node), production-ready, and fully composable.
15
+
It's [open-source](https://github.com/evstack/ev-node), production-ready, and fully composable.
16
16
17
-
At its core is \`ev-node\`, a modular node that exposes an [ABCI-compatible client interface](https://github.com/cometbft/cometbft/tree/main/abci), — letting you bring any VM or execution logic, including Cosmos SDK or custom-built runtimes.
17
+
At its core is \`ev-node\`, a modular node that exposes an [Execution interface](https://github.com/evstack/ev-node/blob/main/core/execution/execution.go), — letting you bring any VM or execution logic, including Cosmos SDK or custom-built runtimes.
18
18
19
19
Evolving from Cosmos SDK?
20
20
@@ -44,7 +44,7 @@ Plus, you're restricted to the execution environment that the shared blockchain
44
44
45
45
Deploying a new chain might sound like the perfect solution for the problems listed above. While it's somewhat true, deploying a new layer 1 chain presents a complex set of challenges and trade-offs for developers looking to build blockchain products.
46
46
47
-
Deploying a legacy layer 1 has huge barriers to entry: time, capital, token emissions and expertise,
47
+
Deploying a legacy layer 1 has huge barriers to entry: time, capital, token emissions and expertise.
48
48
49
49
In order to secure the network, developers must bootstrap a sufficiently secure set of validators, incurring the overhead of managing a full consensus network. This requires paying validators with inflationary tokens, putting the network‘s business sustainability at risk.etwork effects are also critical for success, but can be challenging to achieve as the network must gain widespread adoption to be secure and valuable.
50
50
@@ -86,7 +86,7 @@ Another possibility is taking an existing layer 1 built with the Cosmos SDK and
86
86
87
87
## When can you use Evolve?
88
88
89
-
As of today, Evolve provides a centralized sequencer, an execution interface (ABCI or Cosmos SDK), and a connection to a data availability layer.
89
+
As of today, Evolve provides a single sequencer, an execution interface (EVM or Cosmos SDK), and a connection to Celestia.
90
90
91
91
We're currently working on implementing many new and exciting features such as light nodes and state fraud proofs.
0 commit comments