Cryptohopper nel tuo terminale
Costruisci, distribuisci e monitora progetti Cryptohopper senza lasciare la tua shell. Un singolo binario. Parità completa con la console web. Scriptabile per la CI.
$ cryptohopper login Opening https://www.cryptohopper.ai/cli/authorize?state=… in your browser… ✓ Logged in as you@example.com Token saved to ~/.cryptohopper/config.json $ cryptohopper new "a crypto RSI dashboard for BTC/ETH" --subdomain my-rsi ✓ Project created name: A Crypto Rsi Dashboard subdomain: my-rsi type: bot █████░ Step 5/6 generating: Building project… ✓ Live at https://my-rsi.cryptohopper.app
Installa in 30 secondi
Singolo binario. Nessun Node richiesto. La scheda evidenziata corrisponde al tuo OS.
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
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
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
# In PowerShell, as Administrator: Invoke-WebRequest https://github.com/cryptohopper/cryptohopperai-cli/releases/latest/download/cryptohopper-windows-x64.exe -OutFile $env:USERPROFILE\cryptohopper.exe
Avviso al primo avvio
I binari non sono ancora firmati. macOS mostrerà un avviso Gatekeeper — clic destro → Apri, oppure esegui xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows mostrerà SmartScreen — clicca "Maggiori informazioni" → "Esegui comunque". La notarizzazione Apple e la firma Authenticode sono nella roadmap.
Cosa puoi fare
Creare un progetto da un prompt
cryptohopper new "a crypto RSI dashboard for BTC and ETH"Seguire un deploy in tempo reale
cryptohopper status my-bot --watchElencare i tuoi progetti
cryptohopper listAprire l'URL live
cryptohopper open my-botFAQ
Cosa posso fare con la CLI di cryptohopper?
Mi serve un piano a pagamento?
Come funziona il login?
Il mio token è al sicuro su disco?
Perché macOS mi avverte di uno sviluppatore non identificato?
Perché Windows mostra un avviso SmartScreen?
Posso fare script con la CLI?
Pronto a spedire dal terminale?
Scegli il tuo OS qui sopra, incolla il comando di installazione ed esegui cryptohopper login.
Oppure verifica i checksums: SHA256SUMS