@@ -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 ev-node
11+ ## Using Rollkit
1212
1313### Example Implementation: TestApp CLI
1414
15- The easiest way to understand how to use ev-node is by exploring our example implementation, TestApp.
15+ The easiest way to understand how to use Rollkit 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 ev-node framework.
20- It serves as a reference implementation and helps you understand how to build your own ev-node -based blockchain.
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.
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 ev-node ) with the following command:
39+ You can spin up a local TestApp network (powered by Rollkit ) with the following command:
4040
4141``` bash
4242testapp start
4343```
4444
45- ## Building with ev-node
45+ ## Building with Rollkit
4646
47- ev-node is the first sovereign application framework that allows you to launch
47+ Rollkit 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 ev-node -based blockchain.
49+ TestApp serves as a reference implementation to help you get started with your own Rollkit -based blockchain.
5050
5151Check out our tutorials on our [ website] [ docs ] .
5252
0 commit comments