-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
17 lines (15 loc) · 909 Bytes
/
.env.example
File metadata and controls
17 lines (15 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Turbine Trading Bot Configuration
# Copy this file to .env and fill in your values
# =============================================================================
# REQUIRED: Your Ethereum wallet private key
# =============================================================================
# Get this from MetaMask: Settings > Security & Privacy > Export Private Key
# WARNING: Never share this key! Use a dedicated trading wallet with limited funds.
TURBINE_PRIVATE_KEY=0x...your_private_key_here...
# =============================================================================
# AUTO-GENERATED: API Credentials (created on first bot run)
# =============================================================================
# These are generated automatically when you first run the bot.
# After running the bot once, copy the printed values here for future runs.
TURBINE_API_KEY_ID=
TURBINE_API_PRIVATE_KEY=