Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- markdownlint-enable MD013 -->

## 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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the heading on line 11 (## Using Ev-node), it would be best to use the same casing here. Using Ev-node consistently improves readability.

Suggested change
The easiest way to understand how to use Evolve 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

Expand All @@ -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].

Expand Down