Skip to content

Commit f564708

Browse files
authored
Update README.md
1 parent de67feb commit f564708

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

README.md

+9-18
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository hosts the `CertiK Chain` implementation and testnet information.
66

77
`CertiK Chain` is the key component in CertiK's vision of building end-to-end secure and trustworthy infrastructure for the blockchain world. Here is a brief [introduction](https://medium.com/certik/introducing-the-certik-chain-26629248da3c) to the chain.
88

9-
The first version of `CertiK Chain` is the testnet, which will go through three stages: closed alpha, open beta, and full testnet. The overall goal of testnet is to define and implement a majority of the `CertiK Chain` features and build a strong `CertiK Chain` developer and user community by providing opportunities to contribute to the chain design and development, to evaluate the chain's main features, and to develop smart contracts and other usage scenarios around the chain.
9+
The current version of the testnet is Incentivized Testnet, which anyone can participate to earn real CTK when we arrive at mainnet. The overall goal of testnet is to define and implement a majority of the `CertiK Chain` features and build a strong `CertiK Chain` developer and user community by providing opportunities to contribute to the chain design and development, to evaluate the chain's main features, and to develop smart contracts and other usage scenarios around the chain.
1010

1111
As testnet moves through its various stages, CertiK Foundation expects to provide ample opportunities for active members of the community to be rewarded for their contributions.
1212

@@ -16,6 +16,7 @@ As testnet moves through its various stages, CertiK Foundation expects to provid
1616
* Closed Alpha 2.0 (November 04, 2019)
1717
* Open Beta 3.0 (November 27, 2019)
1818
* Full Testnet 4.0 (March 31, 2020)
19+
* Incentivized Testnet 1.0 (July 15, 2020)
1920
* ...
2021
* Mainnet
2122

@@ -33,12 +34,16 @@ During this stage, testnet backend and frontend are expected to receive constant
3334

3435
The open beta stage will last until all testnet features are implemented and properly tested.
3536

36-
## Full Testnet (**CURRENT STAGE**)
37+
## Full Testnet
3738

38-
The final full stage of testnet starts when the open beta stage exits with all testnet features properly tested, which is the current stage.
39+
The full stage of testnet starts when the open beta stage exits with all testnet features properly tested, which is the current stage.
3940

4041
During this stage, testnet backend and frontend are exepcted to receive on-demand updates. Branching instead of re-deployment will be preferred when solving chain divergence. The validator set size will be large (e.g., no more than 100).
4142

43+
## Incentivized Testnet (**CURRENT STAGE**)
44+
45+
The Incentivized Testnet will consists of various kinds of smart contracts, governance, and certification transactions. Anyone can participate to earn the rewards.
46+
4247
# How to Participate
4348

4449
`Certik Chain` is a project of the [CertiK Foundation](https://certik.foundation/).
@@ -65,18 +70,11 @@ With `certikcli` one can create test account key pairs and interact with the tes
6570

6671
```
6772
rm -rf ~/.certikcli
68-
certikcli config chain-id shentu
73+
certikcli config chain-id shentu-incentivized
6974
certikcli config node tcp://<full node>:<port>
7075
certikcli config trust-node true
7176
```
7277

73-
Use either the following full nodes or your own full nodes created as below.
74-
75-
```
76-
tcp://3.95.195.221:26657
77-
tcp://54.147.168.255:26657
78-
```
79-
8078
`certikcli` runs on Linux, Windows, and MacOS.
8179

8280
### Create Test Accounts
@@ -131,13 +129,6 @@ persistent_peers = <persistent node address>
131129
...
132130
```
133131

134-
Below are the available persistent nodes.
135-
136-
```
137-
1c5550c131c1d1ec747e8ecb5b932c7cf306115d@3.95.195.221:26656
138-
de4c2266a6a6255585f8783b043baa7344d15abb@54.147.168.255:26656
139-
```
140-
141132
Then copy the testnet genesis JSON file to the node configuration directory. The latest genesis file can be found [here](https://github.com/certikfoundation/chain/blob/master/genesis.json). Release-specific genesis file can be found in the [release download](https://github.com/certikfoundation/chain/releases/).
142133

143134
```

0 commit comments

Comments
 (0)