docs: add quick start guide with start/stop scripts and .env.example

This commit is contained in:
John Doe
2026-04-18 18:04:58 +08:00
parent 20770fbc26
commit 1409a07ed1
2 changed files with 77 additions and 53 deletions
+16
View File
@@ -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