πŸ›ŸCommand

Command:

Wallet:

// Add New Wallet
nibid keys add wallet

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

//List All Wallets
nibid keys list

//Delete wallet
nibid keys delete wallet

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

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

//View EVM Prived Key
nibid keys unsafe-export-eth-key

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

Validator:

Vote:

System:

Last updated