diff --git a/README.md b/README.md index f79f5ea8..3ab86b0c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ certikcli config node tcp://: During the closed alpha stage, full nodes for `certikcli` to connect can be obtained from the mailing list. Later in the closed alpha stage you will be allowed to run your own full nodes (or even validators) and connect `certikcli` to them. -Currently `certikcli` runs on Linux x64 only. +`certikcli` runs on Linux, Windows, and MacOS. ### Create Test Accounts @@ -139,6 +139,12 @@ To transfer CKT from one account to another. certikcli tx ckt transfer --from --fees 5000uckg ``` +To transfer CKG from one account to another. + +``` +certikcli tx ckg transfer --from --fees 5000uckg +``` + ### CVM Smart Contracts `CertiK VM`, or CVM, is a core component of the `CertiK Chain`. CVM is compatible with EVM with security-focused extensions. Smart Contracts written in Solidity can be deployed and invoked on the CertiK Chain.