From 50fdd1b28996c0a279a78c4e7e1ee83a44eceeb5 Mon Sep 17 00:00:00 2001 From: tac0turtle Date: Fri, 25 Jul 2025 14:16:35 +0200 Subject: [PATCH 1/2] fix readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 398efe01ba..44b1d42a5c 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,16 @@ Ev-node is the basis of the Evolve Stack. For more in-depth information about Ev [![GoDoc](https://godoc.org/github.com/evstack/ev-node?status.svg)](https://godoc.org/github.com/evstack/ev-node) -## Using Rollkit +## Using Ev-node ### Example Implementation: TestApp CLI -The easiest way to understand how to use Rollkit is by exploring our example implementation, TestApp. +The easiest way to understand how to use ev-node is by exploring our example implementation, TestApp. Requires Go version >= 1.22. -TestApp is a CLI tool that demonstrates how to run different kinds of nodes using the Rollkit framework. -It serves as a reference implementation and helps you understand how to build your own Rollkit-based blockchain. +TestApp is a CLI tool that demonstrates how to run different kinds of nodes using the Evolve framework. +It serves as a reference implementation and helps you understand how to build your own Evolve-based blockchain. #### Install @@ -36,17 +36,17 @@ testapp version #### Quick Start -You can spin up a local TestApp network (powered by Rollkit) with the following command: +You can spin up a local TestApp network (powered by Evolve) with the following command: ```bash testapp start ``` -## Building with Rollkit +## Building with Evolve -Rollkit is the first sovereign application framework that allows you to launch +Evolve is the first sovereign application framework that allows you to launch a sovereign, customizable blockchain as easily as a smart contract. -TestApp serves as a reference implementation to help you get started with your own Rollkit-based blockchain. +TestApp serves as a reference implementation to help you get started with your own Evolve-based blockchain. Check out our tutorials on our [website][docs]. From 97f5733f20cf7681763b96e6a2db545a8ac7c90f Mon Sep 17 00:00:00 2001 From: tac0turtle Date: Fri, 25 Jul 2025 14:17:10 +0200 Subject: [PATCH 2/2] update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44b1d42a5c..55c6015eea 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Ev-node is the basis of the Evolve Stack. For more in-depth information about Ev [![GoDoc](https://godoc.org/github.com/evstack/ev-node?status.svg)](https://godoc.org/github.com/evstack/ev-node) -## Using Ev-node +## Using Evolve ### Example Implementation: TestApp CLI -The easiest way to understand how to use ev-node is by exploring our example implementation, TestApp. +The easiest way to understand how to use Evolve is by exploring our example implementation, TestApp. Requires Go version >= 1.22.