Launch app
Follow this flow using the hosted UI.
API details
Endpoint-level request and response schemas.
Quickstart commands
Copy-paste shell flow for local testing.
End-to-end flow map
Sender workflow
- Resolve recipient name to meta-address.
- Call
POST /api/v1/stealth/create. - Send funds to returned
stealth_address. - Publish announcement with
ephemeral_key,view_tag, andtx_hash.
Recipient workflow
- Keep
viewing_sk,spending_pk, andspending_sksecure. - Call
POST /api/v1/stealth/scanperiodically. - Import
eth_private_keyinto wallet if needed to move funds.
Verification checks
- Created and discovered
stealth_addressshould match. - Discovery should include the same
announcement_idand metadata you published.
