forked from Dshield-xyz/Dshield
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
35 lines (24 loc) · 1.34 KB
/
Copy path.env.local.example
File metadata and controls
35 lines (24 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Secret seed key for the local USDC Faucet issuer account (Keep secure)
USDC_ISSUER_SECRET=""
# Endpoint URL for the Soroban RPC provider (e.g., http://localhost:8000/soroban/rpc)
NEXT_PUBLIC_RPC_URL="http://localhost:8000/soroban/rpc"
# The unique passphrase string identifying the target Stellar network configuration
NEXT_PUBLIC_NETWORK_PASSPHRASE="Standalone Network ; February 2017"
# The alphanumeric asset code representing the platform token (Defaults to USDC)
NEXT_PUBLIC_USDC_CODE="USDC"
# Stellar public key identifying the issuing account of the target USDC asset
NEXT_PUBLIC_USDC_ISSUER=""
# Secret seed key authorized to modify compliance settings on the platform
COMPLIANCE_ADMIN_SECRET=""
# Secure API authorization key required to interact with the backend KYC provider
KYC_ADMIN_API_KEY=""
# The unique Stellar/Soroban contract address hash for the compliance tracking module
NEXT_PUBLIC_COMPLIANCE_CONTRACT_ID=""
# Secret seed key used by the automated system relayer to clear user withdrawals
RELAYER_SECRET=""
# The unique Stellar/Soroban contract address hash for the shielded transaction pool
NEXT_PUBLIC_POOL_CONTRACT_ID=""
# Verification data layout mapping for structural pool tiers and tiers criteria
NEXT_PUBLIC_POOL_TIERS=""
# Development secret seed key reserved strictly for local environment simulation
NEXT_PUBLIC_DEV_SECRET_KEY=""