Wraith SDK — Nuxt Stellar Receive
+
+ Composables are auto-imported by @wraith-protocol/sdk-nuxt. This page works
+ server-side rendered and hydrates cleanly on the client.
+
1. Derive Stealth Keys
+Paste a 64-byte (128 hex chars) wallet signature:
+ + + +Error: {{ error }}
+2. Derived Keys
+-
+
- Spending public key +
- + {{ toHex(keys.spendingPubKey) }} + +
- Viewing public key +
- + {{ toHex(keys.viewingPubKey) }} + +
3. Stealth Meta-Address
+Share this address to receive private payments:
+
+ {{ metaAddress }}
+
+ 4. Generated Stealth Address
+-
+
- Stealth address +
- + {{ stealthAddress.stealthAddress }} + +