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
-
Initialize Wallet:
cline wallet create -n mywallet --to-consoleSave the password provided in a secure location.
-
Open Wallet:
cline wallet open -n mywallet -
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.