Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
ab7b47c
fix: Blockscout explorer, dynamic APP_URL, env.example update
hosein-ul Jun 23, 2026
bcaff51
fix: remove refetchWrapperBalance() from success handlers — critical …
hosein-ul Jun 23, 2026
cdd03e9
fix: reset decryptRequested after successful shield/unshield
hosein-ul Jun 23, 2026
3cef61c
feat: analytics dashboard, portfolio activity feed, mobile CSS
hosein-ul Jun 23, 2026
a64bfa9
fix(analytics): compact TVL numbers, timestamps, ratio card, volume
hosein-ul Jun 23, 2026
7a6e6f6
fix(wrap): smart step indicator, onFinalizing callback for unshield
hosein-ul Jun 23, 2026
1571698
fix: badge uppercase removed, token names show c-prefix correctly
hosein-ul Jun 23, 2026
646e384
fix: TVL ranking, 24h period, tooltip text/triggers
hosein-ul Jun 23, 2026
4029803
fix: center subtitle text on learn and dev-tools header pages
hosein-ul Jun 23, 2026
260c8d0
feat: Crystal Lattice hero section with 3D WebGL scene
hosein-ul Jun 23, 2026
16817b7
revert: remove Crystal Lattice hero section
hosein-ul Jun 23, 2026
b83663f
feat: standalone landing page at /landing
hosein-ul Jun 24, 2026
595bb74
revert: remove landing page
hosein-ul Jun 24, 2026
1986106
docs: add comprehensive agent reference guide (AGENT_GUIDE.md)
hosein-ul Jun 24, 2026
f433ab4
feat: landing page at /, app moved to /app/*, Phase A polish
hosein-ul Jun 25, 2026
9be6512
docs: rewrite README to reflect current architecture
hosein-ul Jun 25, 2026
b5d867a
feat(landing-v2): editorial scroll-narrative landing with GSAP + Lenis
hosein-ul Jun 25, 2026
1e9f490
fix: analytics block window, portfolio all-time activity, pending-uns…
hosein-ul Jun 25, 2026
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
18 changes: 18 additions & 0 deletions .claude/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "ZamaVault Dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3000,
"autoPort": true
},
{
"name": "ZamaVault Production Preview",
"runtimeExecutable": "npx",
"runtimeArgs": ["next", "start", "-p", "3030"],
"port": 3030
}
]
}
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ NEXT_PUBLIC_MAINNET_RPC=
# WalletConnect project ID — register at https://cloud.walletconnect.com
# If not set, WalletConnect connector is disabled (injected wallets still work).
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=

# Public deployment URL — used in docs and API examples.
# Set this to your Vercel deployment URL, e.g. https://zamavault.vercel.app
# Falls back to relative paths when not set.
NEXT_PUBLIC_APP_URL=
468 changes: 468 additions & 0 deletions AGENT_GUIDE.md

Large diffs are not rendered by default.

292 changes: 219 additions & 73 deletions README.md

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/app/landing.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/magic",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {
"@magicui": "https://magicui.design/r/{name}"
}
}
Loading
Loading