For the complete documentation index, see llms.txt. This page is also available as Markdown.

Key Management

Add New Wallet

jaynd keys add wallet

Restore executing wallet

jaynd keys add wallet --recover

List All Wallets

jaynd keys list

Delete wallet

jaynd keys delete wallet

Check Balance

jaynd q bank balances $(jaynd keys show wallet -a)

Export Key (save to wallet.backup)

jaynd keys export wallet

Export Key to EVM

jaynd keys export wallet --unarmored-hex --unsafe

Import Key (restore from wallet.backup)

jaynd keys import wallet wallet.backup

Last updated