From account ckt1...gwga
, send 100,000 CKBytes to a newly created account using ckb-cli
.
- Use the command
account new
to create a new account. - Use the command
account list
to see all your addresses. - Use the command
wallet transfer
to send CKBytes.
{% code overflow="wrap" %}
wallet transfer --from-account <ADDRESS> --to-address <ADDRESS> --capacity <CKBYTES>
{% endcode %}
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.