diff --git a/README.md b/README.md index 398efe01ba..55c6015eea 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 Evolve ### 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 Evolve 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].