Using the binaries

Once installed, you should have the following binaries:

BinaryDescription
namadaThe main binary that can be used to interact with all the components of Namada
namadanThe ledger node
namadacThe client
namadawThe wallet

The main binary namada has sub-commands for all of the other binaries. Therefore, the following commands are equivalent:

namada commandnamadax equivalent
namada clientnamadac
namada nodenamadan
namada walletnamadaw

To explore the command-line interface, the --help argument can be added at any sub-command level to find out any possible sub-commands and/or arguments.