Noncustodial crypto/nft wallet

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:

  • Implied Function: “Swap,” “Buy,” “Pay” functionalities.

  • Potential Violation:

    • These inherently require private key access (see point 1).

    • They also imply offering financial services. Operating crypto exchange (“Swap,” “Buy”) or money transmission (“Pay”) services must come with proper licensing and adherence to financial regulations (e.g., AML/KYC).

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

Sure. Thank you.

1 Like

Oh! We appreciate your answers. Thank you very much.

1 Like

Anytime!