mnee-cli

1.1.5 • Public • Published

MNEE CLI

MNEE CLI is a command-line interface tool designed for interacting with MNEE USD.

Features

  • Self custody wallet
  • Securely store keys
  • User friendly
  • Support for multiple wallets
  • Production and sandbox environments
  • Transaction history tracking

Installation

To install MNEE CLI globally using npm, run the following command:

npm install -g mnee-cli

Usage

After installing, you can use the mnee command in your terminal:

mnee

Commands

  • mnee create: Create a new wallet
  • mnee address: Get your wallet address
  • mnee balance: Check your MNEE balance
  • mnee transfer: Transfer MNEE to another address
  • mnee export: Decrypt and retrieve your private key in WIF format
  • mnee delete <walletName>: Delete a wallet
  • mnee list: List all your wallets and optionally switch to a different wallet
  • mnee rename <oldName> <newName>: Rename a wallet
  • mnee import: Import an existing wallet using a WIF private key
  • mnee history: View transaction history
    • -u, --unconfirmed: Show unconfirmed transactions
    • -f, --fresh: Clear cache and fetch fresh history from the beginning

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the ISC License.

Package Sidebar

Install

npm i mnee-cli

Weekly Downloads

16

Version

1.1.5

License

ISC

Unpacked Size

37.8 kB

Total Files

8

Last publish

Collaborators

  • danwag06