forked from daydy-dev/moon-dev-ai-agents-for-trading
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env_example
48 lines (37 loc) · 1.43 KB
/
.env_example
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
# 🌙 Moon Dev Trading Bot Environment Variables
# ⚠️ NEVER COMMIT THE ACTUAL .env FILE! THIS IS JUST A TEMPLATE!
# 🔒 Keep your API keys and secrets safe!!
# Trading APIs
BIRDEYE_API_KEY=your_birdeye_api_key_here
RPC_ENDPOINT=your_helius_rpc_endpoint_here
MOONDEV_API_KEY=your_moondev_key_here
# Blockchain Keys (⚠️ Keep these extremely safe!)
SOLANA_PRIVATE_KEY=your_base58_private_key_here
# AI Service Keys
ANTHROPIC_KEY=your_claude_key_here
OPENAI_KEY=your_openai_key_here
DEEPSEEK_KEY=your_deepseek_key_here
ELEVENLABS_API_KEY=your_elevenlabs_api_key_here
GROQ_API_KEY=your_groq_api_key_here
GEMINI_KEY=your_google_api_key_here
# YouTube API Key
YOUTUBE_API_KEY=your_youtube_api_key_here
# Restream API Key
RESTREAM_CLIENT_ID=your_client_id
RESTREAM_CLIENT_SECRET=your_client_secret
RESTREAM_EMBED_TOKEN=your_chat_token
# twitter keys
TWITTER_USERNAME=your_twitter_username_here
TWITTER_EMAIL=your_twitter_email_here
TWITTER_PASSWORD=your_twitter_password_here
# google keys
GOOGLE_APPLICATION_CREDENTIALS=your_google_credentials_path
COINGECKO_API_KEY=your_coingecko_api_key_here
# HYPER LIQUID ETH PRIVATE KEY - CAREFUL!
HYPER_LIQUID_ETH_PRIVATE_KEY=your_hyper_liquid_eth_private_key_here
# 🚨 SECURITY REMINDERS:
# 1. Never print these values in logs
# 2. Never share your .env file
# 3. Never commit this file (use .env example instead)
# 4. Revoke and rotate keys if accidentally exposed
# 5. Keep your Moon Dev secrets safe! 🌙