forked from Tychee-Labs/tychee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
29 lines (25 loc) · 779 Bytes
/
.env.local.example
File metadata and controls
29 lines (25 loc) · 779 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
25
26
27
28
29
# Stellar Configuration
STELLAR_NETWORK=testnet
STELLAR_HORIZON_URL=https://horizon-testnet.stellar.org
SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
# Contract Addresses
# Token Vault - Your SDK's deployed instance
SOROBAN_CONTRACT_ADDRESS=
# Account Abstraction - Shared infrastructure (provided by Tychee Labs)
ACCOUNT_ABSTRACTION_ADDRESS=
# Enable Account Abstraction for gasless transactions
USE_ACCOUNT_ABSTRACTION=true
# Database (Vercel Postgres)
POSTGRES_URL=
POSTGRES_PRISMA_URL=
POSTGRES_URL_NON_POOLING=
POSTGRES_USER=
POSTGRES_HOST=
POSTGRES_PASSWORD=
POSTGRES_DATABASE=
# NextAuth (if using)
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=
# ZK Configuration
ZK_PROVING_KEY_PATH=./zk/proving_key.bin
ZK_VERIFICATION_KEY_PATH=./zk/verification_key.bin