-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
50 lines (42 loc) · 2.33 KB
/
.env.example
File metadata and controls
50 lines (42 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# BNB Chain AI Toolkit — Environment Variables
# Copy this file to .env and fill in your values
# Most components work without any API keys for basic usage
# =============================================================================
# Frontend (Vite)
# =============================================================================
VITE_INFURA_API_KEY=your_infura_api_key
VITE_ALCHEMY_API_KEY=your_alchemy_api_key
# =============================================================================
# Blockchain RPC Endpoints
# =============================================================================
BSC_RPC_URL=https://bsc-dataseed.binance.org
OPBNB_RPC_URL=https://opbnb-mainnet-rpc.bnbchain.org
ETH_RPC_URL=https://eth.llamarpc.com
# =============================================================================
# AI Services (optional — needed for AI agent features)
# =============================================================================
OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
# =============================================================================
# Binance API (optional — needed for binance-mcp server)
# =============================================================================
BINANCE_API_KEY=your_binance_api_key
BINANCE_SECRET_KEY=your_binance_secret_key
# =============================================================================
# Market Data (optional — most endpoints work without keys)
# =============================================================================
COINGECKO_API_KEY=your_coingecko_api_key
# =============================================================================
# Server (optional — only if running the backend server)
# =============================================================================
PORT=3001
NODE_ENV=development
# =============================================================================
# Supabase (optional — only if using database features)
# =============================================================================
SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_supabase_anon_key
# =============================================================================
# Privy (optional — only if using wallet auth)
# =============================================================================
VITE_PRIVY_APP_ID=your_privy_app_id