add project

This commit is contained in:
ZOMBIIIIIII
2026-04-08 14:11:27 +03:00
parent bfa95223a0
commit a81e29807c
115 changed files with 18413 additions and 0 deletions

24
.env.example Normal file
View File

@@ -0,0 +1,24 @@
# PostgreSQL
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=cryptowallet_v2
# JWT (external auth service)
JWT_JWKS_URL=
JWT_PUBLIC_KEY=
JWT_ALGORITHM=RS256
JWT_ISSUER=
JWT_AUDIENCE=
# Server
API_PORT=3001
FRONTEND_URL=http://localhost:3000
RELAY_API_KEY=
# TRON
TRON_API_KEY=
# Jupiter (Solana DEX aggregator)
JUPITER_API_KEY=