Skip to content

ZKSend-proto/stealth-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stealth-scanner

Vercel edge function that watches Solana's Memo program for nt1: memos and indexes them in Upstash KV. The ZKSend wallet polls this endpoint instead of doing full client-side scans.

Endpoint

GET /api/recent?since=<slot>&limit=200 → JSON array of memo entries.

Run locally

vercel dev

Requires UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN.

The mirror is read-only public data. ECDH still happens locally in the wallet — the mirror never sees recipient identities.

About

Vercel edge function indexing nt1: stealth memos on Solana

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors