Hey guys, anyone develop crypto wallet here using glide?
Though we layout it in Word, however, 1) don’t know how to put actions like how users login using passkey or create passkey. 2) how to put buttons side by side. 3) and more questions maybe coming.
Thanks much for your help.
1 Like
Before going any further, I recommend you to read terms of use:
3 Likes
Some potential problems here.
1/“Passkey” as Private Key Storage/Processing:
-
Implied Function: “Sign in with Passkey,” “Create one now” (for the passkey), and the need for keys to enable “Swap,” “Buy,” “Pay,” and manage assets in “Wallet.”
-
Potential Violation: If “Passkey” refers to cryptocurrency private keys or seed phrases, storing or processing these within Glide likely violates Prohibited Types of Data (“Unencrypted passwords and other login credentials, such as authentication tokens”). Glide isn’t built for secure cryptographic key management.
2/Handling Sensitive Financial Data (Balances/Transactions):
-
Implied Function: The “Wallet” screen showing balances, transaction history.
-
Potential Violation: This data (“account balances,” “transaction details”) is “Sensitive financial information” under Restricted Types of Data.
3/Financial Transaction Functions (Swap, Buy, Pay) & Regulatory Compliance:
Basically, the core issue is that Glide is a no-code app builder, not a specialized, high-security platform for managing financial assets like cryptocurrencies, especially concerning private key management and complex financial regulations.
2 Likes
Oh! We appreciate your answers. Thank you very much.
1 Like