Getting Started
Dependencies and Requirements
Python 3.8 or Higher
# Check your Python version
python --version
# If you need to install Python, visit: https://www.python.org/downloads/Node.js and npm (for interacting with the Launchpad)
# Check Node.js version
node --version
# If needed, install from: https://nodejs.org/MongoDB (Optional but recommended)
# Option 1: Install locally
# Visit: https://www.mongodb.com/try/download/community
# Option 2: Use Docker
docker run -d -p 27017:27017 --name mongodb mongo
# Option 3: Use MongoDB Atlas (free cloud database)
# Sign up at: https://www.mongodb.com/cloud/atlasMetaMask Wallet
Install MetaMask browser extension from metamask.io
Create a new wallet or import existing one
Add BNB Chain network:
Network Name: BNB Smart Chain
RPC URL: https://bsc-dataseed.binance.org/
Chain ID: 56
Symbol: BNB
Block Explorer: https://bscscan.com
LLM Provider (Choose at least one)
Option A: Anthropic Claude (Recommended)
Visit console.anthropic.com
Sign up for an account
Navigate to API Keys section
Create a new API key
Save your key securely
Option B: OpenAI GPT
Visit platform.openai.com
Create an account
Go to API Keys section
Generate new secret key
Save your key securely
Option C: Google Gemini
Sign in with Google account
Create API key
Save your key securely
Twitter/X API Credentials
Apply for Twitter Developer account at developer.twitter.com
Create a new App in the Developer Portal
Generate API Keys and Access Tokens
Enable Read and Write permissions
Save all credentials:
API Key
API Secret Key
Access Token
Access Token Secret
Last updated


