MNEE CLI
The MNEE CLI is a developer tool for interacting with the MNEE ledger directly from your terminal.
Installation
bash
1npm install -g @mnee/cli
Basic Commands
Get Balance
bash
1mnee balance <address>
Send Tokens
bash
1mnee send --to <address> --amount 10.5
View Config
bash
1mnee config
Note: The CLI requires a local wallet file or environment variables to sign transactions.