forked from moondevonyt/moon-dev-ai-agents-for-trading
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env example
35 lines (27 loc) · 1.09 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
# 🌙 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
# 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! 🌙