docs: add quick start guide with start/stop scripts and .env.example
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# WeatherBet Bot Configuration
|
||||
# Copy this file to .env and fill in your actual values
|
||||
|
||||
# ===== Polygon Wallet =====
|
||||
# Your Polygon private key (hex format, without 0x prefix)
|
||||
PK=your_polygon_private_key_here
|
||||
|
||||
# Your Polygon wallet address
|
||||
WALLET=0xYourWalletAddressHere
|
||||
|
||||
# Signature type (0 = EOA, 1 = PolyProxy, 2 = Ledger)
|
||||
SIG_TYPE=0
|
||||
|
||||
# ===== Polymarket =====
|
||||
# Optional: Polymarket API credentials (leave empty if not using)
|
||||
# VC_KEY=your_vc_key_here
|
||||
Reference in New Issue
Block a user