Initial commit: add .gitignore and README
Some checks failed
CI / lint-and-test (push) Has been cancelled
Some checks failed
CI / lint-and-test (push) Has been cancelled
This commit is contained in:
12
frontend/.env.example
Normal file
12
frontend/.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# WalletConnect Project ID
|
||||
# Get from: https://cloud.walletconnect.com
|
||||
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=your_walletconnect_project_id_here
|
||||
|
||||
# RPC URLs
|
||||
# Use Alchemy, Infura, or other RPC providers
|
||||
NEXT_PUBLIC_SEPOLIA_RPC_URL=https://eth-sepolia.g.alchemy.com/v2/YOUR_API_KEY
|
||||
NEXT_PUBLIC_MAINNET_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/YOUR_API_KEY
|
||||
|
||||
# Contract Addresses (set after deployment)
|
||||
NEXT_PUBLIC_TREASURY_WALLET_ADDRESS=
|
||||
NEXT_PUBLIC_SUB_ACCOUNT_FACTORY_ADDRESS=
|
||||
Reference in New Issue
Block a user