Landing page and Apple App Site Association (AASA) for atoz.cash, powering universal links for the Zodl Zcash wallet.
- AASA — Serves
/.well-known/apple-app-site-associationso iOS opens/claimlinks directly in Zodl. - Claim page —
/claim#<base64payload>decodes the payload client-side and shows the ZEC amount, memo, and a link to download Zodl. The#fragmentnever leaves the device, keeping the private key safe.
https://atoz.cash/claim#<base64-encoded JSON>
Payload fields:
| Field | Description |
|---|---|
k |
Private key |
a |
ZEC amount |
h |
Block height |
m |
Memo (optional) |
pnpm install
pnpm devDeployed to Cloudflare Pages from this repo. The public/_headers file ensures the AASA is served with Content-Type: application/json.
:)