forked from yolojewjitsu/moon-dev-ai-agents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env_example
More file actions
71 lines (54 loc) · 2.1 KB
/
.env_example
File metadata and controls
71 lines (54 loc) · 2.1 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# 🌙 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
HYPER_LIQUID_KEY=your_eth_private_key_here #CAREFUL!
# Aster Exchange API Credentials
ASTER_API_KEY=rrrrrrrrr
ASTER_API_SECRET=grrrrrrr
# Network Configuration (set to false for mainnet)
USE_TESTNET=false
# VAULT 210375 - has $350, credentials match screenshot exactly
X10_API_KEY=ddddd
X10_PRIVATE_KEY=ddddd
X10_VAULT_ID=dddd
X10_PUBLIC_KEY=ddddd
# 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
GROK_API_KEY=xai-OZ
OPENROUTER_API_KEY=your_openrouter_key_here # 🌙 Moon Dev: Access 200+ models at openrouter.ai
# 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
# Twilio Configuration (Required for phone agent)
TWILIO_ACCOUNT_SID=AC********************************
TWILIO_AUTH_TOKEN=********************************
TWILIO_PHONE_NUMBER=+1234567890 # Your Twilio phone number
# 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! 🌙