token-cli
Version:
A CLI tool for creating Solana SPL tokens with Metadata
24 lines (14 loc) • 511 B
Markdown
# Token CLI - Solana Token Creator
A CLI tool to create Solana fungible tokens with an interactive stepper interface. It supports uploading token metadata to IPFS via `https://up.supapump.fun/api/ipfs` and allows customization of decimals, supply, and authority settings.
## Installation
Install globally to use the CLI command:
```bash
npm install -g token-cli
```
## Usage
Run the CLI tool:
```bash
token-cli
```
## Features
- Interactive stepper interface for creating tokens