You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-18
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This repository hosts the `CertiK Chain` implementation and testnet information.
6
6
7
7
`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.
8
8
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.
10
10
11
11
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.
12
12
@@ -16,6 +16,7 @@ As testnet moves through its various stages, CertiK Foundation expects to provid
16
16
* Closed Alpha 2.0 (November 04, 2019)
17
17
* Open Beta 3.0 (November 27, 2019)
18
18
* Full Testnet 4.0 (March 31, 2020)
19
+
* Incentivized Testnet 1.0 (July 15, 2020)
19
20
* ...
20
21
* Mainnet
21
22
@@ -33,12 +34,16 @@ During this stage, testnet backend and frontend are expected to receive constant
33
34
34
35
The open beta stage will last until all testnet features are implemented and properly tested.
35
36
36
-
## Full Testnet (**CURRENT STAGE**)
37
+
## Full Testnet
37
38
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.
39
40
40
41
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).
41
42
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
+
42
47
# How to Participate
43
48
44
49
`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
65
70
66
71
```
67
72
rm -rf ~/.certikcli
68
-
certikcli config chain-id shentu
73
+
certikcli config chain-id shentu-incentivized
69
74
certikcli config node tcp://<full node>:<port>
70
75
certikcli config trust-node true
71
76
```
72
77
73
-
Use either the following full nodes or your own full nodes created as below.
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/).
0 commit comments