Documentation

Inery Wallet Guide

The Inery Wallet is used to manage your private keys, sign transactions, and interact with the Inery network.

Creating a Wallet

  1. Initialize Wallet:

    cline wallet create -n mywallet --to-console
    

    Save the password provided in a secure location.

  2. Open Wallet:

    cline wallet open -n mywallet
    
  3. Unlock Wallet:

    cline wallet unlock -n mywallet --password YOUR_PASSWORD
    

Key Management

Generating Keys

cline create key --to-console

Importing Keys

cline wallet import -n mywallet --private-key YOUR_PRIVATE_KEY

Security Best Practices

  • Never share your private keys.
  • Use a strong password for your wallet.
  • Back up your wallet files regularly.