Lab: Send 100,000 CKBytes
From account ckt1...gwga, send 100,000 CKBytes to a newly created account using ckb-cli.
Use the command
account newto create a new account.Use the command
account listto see all your addresses.Use the command
wallet transferto send CKBytes.
wallet transfer --from-account <ADDRESS> --to-address <ADDRESS> --capacity <CKBYTES>Once submitted, your transaction ID will be printed on the screen. We will use this in the next section, so be sure to copy this value somewhere that it can be retrieved later.
Last updated
Was this helpful?