You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TECHNICAL_ARCHITECTURE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ StellaRay replaces seed phrases with Google Sign-In. A user clicks "Sign in with
13
13
14
14
The system has four layers that build on each other:
15
15
16
-
-**ZK Wallet** — Google OAuth to Stellar wallet using Protocol 25's native BN254 and Poseidon host functions
17
-
-**Payments** — streaming payments, shareable payment links, and x402 micropayments settled on Stellar
18
-
-**Near Intent** — ZK proof gates that let any Soroban contract verify private user state without seeing the underlying data
19
-
-**Multi-Custody Recovery** — Shamir 2-of-3 social recovery so users never permanently lose wallet access
16
+
-**ZK Wallet**: Google OAuth to Stellar wallet using Protocol 25's native BN254 and Poseidon host functions
17
+
-**Payments**: streaming payments, shareable payment links, and x402 micropayments settled on Stellar
18
+
-**Near Intent**: ZK proof gates that let any Soroban contract verify private user state without seeing the underlying data
19
+
-**Multi-Custody Recovery**: Shamir 2-of-3 social recovery so users never permanently lose wallet access
20
20
21
21
Everything is live on Stellar testnet. Five Soroban contracts are deployed and verifiable on stellar.expert right now. The SDK is published on npm and any Stellar dApp can integrate ZK login today.
0 commit comments