Gonka CLI Wallet

Command Line Interface - management from the Command Line.

Commands

Find out all wallets you have in the system

./inferenced keys list --keyring-backend file

Will prompt you to enter the system password.

Expected response:

Check the balance of any wallet

Don't forget to replace WalletAddress with the address of the wallet you want

Import a wallet from a seed phrase

For example:

After running, the CLI will ask:

1️⃣ to enter the seed phrase (24 words) 2️⃣ to create a password (if there are no other wallets in the system)

Expected response:

Send funds to another wallet

Cosmos command format:

Example transfer

If the key name in the keyring is, for example wallet1, the command will be:

The CLI will ask for the keyring password and sign the transaction.

circle-info

Attention! Amounts are specified in ngonka

1 GNK = 1,000,000,000 ngonka

Last updated