Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozhongni authored Jul 24, 2019
1 parent 3446ec6 commit 506b771
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ certikcli config node tcp://<full node>:<port>

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

Expand Down Expand Up @@ -139,6 +139,12 @@ To transfer CKT from one account to another.
certikcli tx ckt transfer <amount of uckt> <recipent address> --from <sender_address> --fees 5000uckg
```

To transfer CKG from one account to another.

```
certikcli tx ckg transfer <amount of uckg> <recipent address> --from <sender_address> --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.
Expand Down

0 comments on commit 506b771

Please sign in to comment.