liquidpad-cli
v1.0.4
Published
Launch LiquidPad tokens from CLI
Downloads
50
Maintainers
Readme
LiquidPad CLI
Launch tokens on LiquidPad from the command line.
Installation
npm install -g liquidpad-cliOr use directly with npx:
npx liquidpad-cli@latest launchQuick Start
- Get API key from @liquidpadbot on Telegram (send /start)
- Login to configure CLI:
liquidpad-cli login - Launch a token:
liquidpad-cli launch
Commands
| Command | Description |
|---------|-------------|
| login | Setup API key and wallet |
| config | View/edit configuration |
| launch | Launch new token (interactive or flags) |
| status | Check agent status |
| stop | Stop agent loop |
| skill | Display agent skill file |
Launch Options
# Interactive mode
liquidpad-cli launch
# One-liner
liquidpad-cli launch -n "Aurora" -s "AUR" -m 0.5 -t "ai meme"
# Run once (no loop)
liquidpad-cli launch --once
# No image
liquidpad-cli launch --no-imageConfiguration
Config stored in ~/.liquidpad/config.json:
{
"apiBase": "https://api.liquidpad.site",
"apiKey": "your-key",
"ownerAddress": "0x...",
"defaultTheme": "ai meme",
"defaultMcEth": "5"
}Aliases
The CLI also installs as lpad:
lpad launch
lpad statusRequirements
- Node.js 18+
- API key from @liquidpadbot
- Owner wallet address (Ethereum)
