-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy path.env.example
More file actions
18 lines (14 loc) · 954 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (14 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Stellar Network Configuration
NEXT_PUBLIC_STELLAR_NETWORK=TESTNET # Target Stellar network: TESTNET or PUBLIC
NEXT_PUBLIC_STELLAR_RPC_URL=https://soroban-testnet.stellar.org # Soroban RPC endpoint for contract interaction
# Smart Contract Configuration
NEXT_PUBLIC_STELLAR_CONTRACT_ID= # The deployed Soroban FiatBridge contract ID (starts with 'C')
NEXT_PUBLIC_XLM_SAC_ID=CAS3J7GYCCXG7WS6Y7G2HGDV6X6YHS2753T55E4YDLM5D35W6N6YJLYE # XLM Stellar Asset Contract ID (Native asset)
# AI Assistant Configuration
GEMINI_API_KEY= # Google Gemini API key for AI-powered bridge assistance
# Payout Provider Configuration
PAYOUT_PROVIDER=paystack # Payout provider name (e.g., paystack)
PAYSTACK_SECRET_KEY= # Paystack secret key for initiating bank transfers and verifying webhooks
# Optional: Monitoring & Security
# SENTRY_DSN= # Optional: Sentry DSN for error tracking
# ADMIN_IP_ALLOWLIST= # Optional: Comma-separated list of IPs allowed for admin routes