Skip to content

Commit 4da2ecb

Browse files
tac0turtletac0turtle
andauthored
chore: replace rollkit in readme (#2495)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> --> --------- Co-authored-by: tac0turtle <you@example.com>
1 parent 03d3851 commit 4da2ecb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Ev-node is the basis of the Evolve Stack. For more in-depth information about Ev
88
[![GoDoc](https://godoc.org/github.com/evstack/ev-node?status.svg)](https://godoc.org/github.com/evstack/ev-node)
99
<!-- markdownlint-enable MD013 -->
1010

11-
## Using Rollkit
11+
## Using Evolve
1212

1313
### Example Implementation: TestApp CLI
1414

15-
The easiest way to understand how to use Rollkit is by exploring our example implementation, TestApp.
15+
The easiest way to understand how to use Evolve is by exploring our example implementation, TestApp.
1616

1717
Requires Go version >= 1.22.
1818

19-
TestApp is a CLI tool that demonstrates how to run different kinds of nodes using the Rollkit framework.
20-
It serves as a reference implementation and helps you understand how to build your own Rollkit-based blockchain.
19+
TestApp is a CLI tool that demonstrates how to run different kinds of nodes using the Evolve framework.
20+
It serves as a reference implementation and helps you understand how to build your own Evolve-based blockchain.
2121

2222
#### Install
2323

@@ -36,17 +36,17 @@ testapp version
3636

3737
#### Quick Start
3838

39-
You can spin up a local TestApp network (powered by Rollkit) with the following command:
39+
You can spin up a local TestApp network (powered by Evolve) with the following command:
4040

4141
```bash
4242
testapp start
4343
```
4444

45-
## Building with Rollkit
45+
## Building with Evolve
4646

47-
Rollkit is the first sovereign application framework that allows you to launch
47+
Evolve is the first sovereign application framework that allows you to launch
4848
a sovereign, customizable blockchain as easily as a smart contract.
49-
TestApp serves as a reference implementation to help you get started with your own Rollkit-based blockchain.
49+
TestApp serves as a reference implementation to help you get started with your own Evolve-based blockchain.
5050

5151
Check out our tutorials on our [website][docs].
5252

0 commit comments

Comments
 (0)