Deployment Instructions

Requirements

  • Node.js 18+

  • LLM model running locally or on GPU server

  • Access to Solana RPC / Helius

  • X Developer API keys

Setup

git clone https://github.com/kaizo/kaizo-bot
cd kaizo-bot
cp .env.example .env
npm install
npm run dev

Environment variables required:

  • LLM_API_KEY

  • X_BEARER_TOKEN

  • SOLANA_RPC_URL

  • ZK_ENGINE_KEY

Last updated