πŸ›ŸCommand

Command:

Wallet:

// Add New Wallet
symphonyd keys add wallet

// Restore executing wallet
symphonyd keys add wallet --recover

//List All Wallets
symphonyd keys list

//Delete wallet
symphonyd keys delete wallet

//Check Balance
symphonyd q bank balances $(symphonyd keys show wallet -a)

//Export Key (save to wallet.backup)
symphonyd keys export sedad

//View EVM Prived Key
symphonyd keys unsafe-export-eth-key sedad

//Import Key (restore from wallet.backup)
symphonyd keys import sedad wallet.backup

Validator:

Vote:

System:

Last updated