Skip to content

cryptohopper/cryptohopperai-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

CryptohopperAI CLI

Build, deploy, and manage your Cryptohopper.AI crypto projects — trading bots, dashboards, and tools — straight from your terminal.

Install

macOS (Apple Silicon)

curl -L https://github.com/cryptohopper/cryptohopperai-cli/releases/latest/download/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper && chmod +x /usr/local/bin/cryptohopper

macOS (Intel)

curl -L https://github.com/cryptohopper/cryptohopperai-cli/releases/latest/download/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper && chmod +x /usr/local/bin/cryptohopper

Linux (x64)

curl -L https://github.com/cryptohopper/cryptohopperai-cli/releases/latest/download/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper && chmod +x /usr/local/bin/cryptohopper

Windows (x64) — download cryptohopper-windows-x64.exe and add it to your PATH.

Usage

cryptohopper login                                     # device login with your Cryptohopper account
cryptohopper new "a BTC/USDT grid bot with a P&L panel"
cryptohopper list
cryptohopper status my-bot --watch
cryptohopper open my-bot                               # → https://my-bot.cryptohopper.app
cryptohopper chat my-bot                               # refine it interactively

Run cryptohopper --help for the full command list.

Authentication

cryptohopper login uses a secure device-authorization flow against your Cryptohopper account — no password is ever entered in the terminal. The token is stored at ~/.cryptohopper/config.json (owner-read-only). For CI, set CRYPTOHOPPER_TOKEN.

Programmatic API keys (for the REST API / SDKs) require an active Cryptohopper Hero subscription. Full reference: https://www.cryptohopper.ai/docs/api-overview

Upgrade

cryptohopper upgrade

License

MIT © Cryptohopper B.V.

About

CryptohopperAI CLI — build & deploy crypto trading bots from your terminal

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors