added .env.example

This commit is contained in:
2026-02-10 12:01:16 -05:00
parent 681231ce04
commit 21d9596e8e

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Kalshi environment: demo or prod
export KALSHI_ENV="demo"
# Your API Key ID (UUID shown when you create the key)
export KALSHI_API_KEY_ID="REPLACE_ME"
# Path to the downloaded private key (.key) from Kalshi
export KALSHI_PRIVATE_KEY_PATH="/absolute/path/to/kalshi-private.key"