Cryptohopper di terminalmu
Bangun, deploy, dan pantau proyek Cryptohopper tanpa keluar dari shell. Satu binary single-file. Paritas penuh dengan konsol web. Bisa di-script untuk 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
Pasang dalam 30 detik
Single binary. Tidak butuh Node. Kartu yang disorot sesuai dengan OS-mu.
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
Peringatan saat pertama dijalankan
Binary belum di-code-sign. macOS akan menampilkan peringatan Gatekeeper — klik kanan → Buka, atau jalankan xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows akan menampilkan SmartScreen — klik "Info lebih lanjut" → "Jalankan tetap". Notarisasi Apple dan Authenticode signing ada di roadmap.
Apa yang bisa kamu lakukan
Buat proyek dari sebuah prompt
cryptohopper new "a crypto RSI dashboard for BTC and ETH"Pantau deploy secara langsung
cryptohopper status my-bot --watchLihat daftar proyek
cryptohopper listBuka URL live
cryptohopper open my-botFAQ
Apa yang bisa saya lakukan dengan cryptohopper CLI?
Apakah saya butuh paket berbayar?
Bagaimana cara login bekerja?
Apakah token saya aman di disk?
Kenapa macOS memperingatkan saya soal pengembang yang tidak dikenal?
Kenapa Windows menampilkan peringatan SmartScreen?
Bisakah saya membuat script dengan CLI?
Siap untuk ship dari terminal?
Pilih OS-mu di atas, tempel perintah instalasi, lalu jalankan cryptohopper login.
Atau verifikasi checksum: SHA256SUMS