-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dev.vars.example
More file actions
19 lines (16 loc) · 855 Bytes
/
Copy path.dev.vars.example
File metadata and controls
19 lines (16 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copy this file to `.dev.vars` for LOCAL development only.
# `.dev.vars` is gitignored and must NEVER be committed.
# In production these are set with `wrangler secret put <NAME>`.
# Ed25519 private key (32-byte seed, hex) used to sign score receipts.
# Generate a local dev key in step 2 (ported gen-dev-key script).
SIGNING_PRIVATE_KEY=""
# Anthropic API key for the scoring pass (step 2). Never hardcode in source.
ANTHROPIC_API_KEY=""
# --- x402 payments (optional; OFF unless X402_ENABLED="true") — step 3 ---
# X402_ENABLED="true"
# X402_MODE="stub" # "stub" (no chain) or "facilitator"
# X402_STUB_TOKEN="dev-stub-token"
# X402_PRICE="$0.02" # set above the Sonnet 4.6 scoring cost (~$0.012/call)
# X402_PAY_TO="0xYourTestnetWalletAddress"
# X402_NETWORK="base-sepolia"
# X402_FACILITATOR_URL="https://x402.org/facilitator"