-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
24 lines (18 loc) · 767 Bytes
/
env.example
File metadata and controls
24 lines (18 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Vercel Environment Variables
# Copy this file to .env.local and fill in your values
# Pinata IPFS (for NFT metadata storage)
VITE_PINATA_API_KEY=your_pinata_api_key_here
VITE_PINATA_SECRET_KEY=your_pinata_secret_key_here
# zkVerify API
VITE_ZKVERIFY_API_KEY=your_zkverify_api_key_here
# Ethereum Sepolia RPC (optional, uses default if not provided)
VITE_ETHEREUM_RPC_URL=https://sepolia.infura.io/v3/your_infura_key
# NFT Contract Address (deployed on Sepolia)
VITE_NFT_CONTRACT_ADDRESS=0x7b28E980b9FCAD6d83cDECdBBC71e4e130a0aeF7
# App Configuration
VITE_APP_NAME=zkLinked
VITE_APP_DESCRIPTION=Web3 Social Network for Verifiable Professional Credentials
VITE_APP_URL=https://your-app.vercel.app
# Development flags
VITE_DEV_MODE=false
VITE_ENABLE_DEBUG=false