-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 813 Bytes
/
.env.example
File metadata and controls
23 lines (19 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ============================================
# SECRETS - DO NOT COMMIT TO VERSION CONTROL
# ============================================
# Copy this file to .env and fill in your secrets
# Keystore password (required)
KEYSTORE_PASSWORD=your-keystore-password-here
# Payment wallet address (required)
# Get this from: npm run setup:wallet
PAYMENT_ADDRESS=0xYourPaymentWalletAddress
# ============================================
# PROOF SERVICE (if using verifiers)
# ============================================
# Required only if you configure verifiers with requiresProof: true
PROOF_SERVICE_PRIVATE_KEY=your-proof-service-private-key
# ============================================
# INITIALIZATION (one-time use)
# ============================================
# Used by: npm run init
# PRIVATE_KEY=0x...