Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yoongbok lee committed Apr 25, 2020
1 parent a5b665b commit 03934e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@ To transfer CTK from one account to another.
certikcli tx send <sender address> <recipent address> <amount of uctk> --fees 5000uctk
```

For validators, you can unjail yourself by making an unjail transaction if you are jailed.

```
certikcli tx slashing unjail --from <validator operator name> --fees=5000uctk
```

### 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 03934e4

Please sign in to comment.