Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"permissions": {
"allow": [
"Bash",
"Read",
"Edit",
"Write",
"WebFetch",
"Grep",
"Glob",
"LS",
"MultiEdit",
"NotebookRead",
"NotebookEdit",
"TodoRead",
"TodoWrite",
"WebSearch"
]
}
}
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ─── Relay API ──────────────────────────────────────────────────────────
NEXT_PUBLIC_API_URL=http://localhost:4000 # Base URL of the vortex-backend REST API (set to your relay server address)
NEXT_PUBLIC_WS_URL=ws://localhost:4000/ws # WebSocket endpoint for the live intent feed (match the relay's WS port)
NEXT_PUBLIC_SITE_URL=http://localhost:3000 # Public URL of this frontend application (used for metadata and sharing)

# ─── Stellar ─────────────────────────────────────────────────────────────
NEXT_PUBLIC_NETWORK=testnet # Stellar network to connect to: testnet | futurenet | mainnet
Expand Down
Loading