@@ -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
1717Requires 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
4242testapp 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
4848a 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
5151Check out our tutorials on our [ website] [ docs ] .
5252
0 commit comments