🔨Wallet operations
create a new keypair:
namadaw gen --alias $WALLETrestore existing wallet:
namada wallet derive --alias $WALLET --hd-path defaultfind your wallet address:
namadaw find --alias $WALLETadd some tokens using faucet:
https://faucet.heliax.click/check balance:
namadac balance --owner $WALLETcheck all known keys and addresses in the wallet:
namadaw listsend payment from one address to another:
namadac transfer --source $WALLET --target ${WALLET}1 --token NAAN --amount 1 --signing-keys $WALLET --memo $MEMOremove keys:
namadaw remove --alias $WALLET --do-itLast updated