gib-cli
Version:
42 lines (33 loc) • 1.09 kB
Markdown
# Gib CLI
Gib CLI is a command-line interface tool designed for interacting with Gib USD.
## Features
- Self custody wallet
- Securely store keys
- User friendly
- Paymail registration and lookup
- Transaction history tracking
- Bulk transactions support
## Installation
To install Gib CLI globally using npm, run the following command:
```sh
npm install -g gib-cli
```
## Usage
After installing, you can use the `gib` command in your terminal:
```sh
gib
```
## Commands
- `gib create`: Create a new wallet
- `gib address`: Get your wallet address
- `gib balance`: Check your Gib balance
- `gib transfer`: Transfer Gib to another address
- `gib export`: Decrypt and retrieve your private key
- `gib delete`: Delete your wallet and all stored keys
- `gib get-paymail-address <paymail>`: Check if a paymail address is available
- `gib tx-history`: View transaction history
- `gib bulk-transfer`: Send multiple transactions in bulk
## Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
## License
This project is licensed under the ISC License.