LTO CLI
LTO wallet for the commandline terminal. Great for automating tasks.
Installation
pip is the package installer for Python.
On some operating systems, like Ubuntu, the pip
command is linked to Python 2. In that case use pip3
instead.
Setup
Manage accounts
Public node
Transactions
Anchor
Associations
Transfer
Mass-transfer
Recipient/amount pairs are read from stdin.
Leasing
Sponsorship
Common options
--network
Use --network T
to use testnet instead of mainnet. You need to set up accounts specifically for testnet.
--account
Select one of the accounts configured during setup. The account can be referenced by name or address. The name is only known locally. If this option is omitted, the default account is used.
--sponsor
Choose an account to sponsor the transaction. The sponsor will co-sign the transaction and pay the transaction fee.
This feature is not yet available as it requires the Cobalt update to be activated.
--no-broadcast
Create and sign the transaction, but don't broadcast it to the node. The JSON will be outputted.
unsigned
Create the transaction, but don't sign it. This option should only be used in combination with --no-broadcast
.
Last updated