Set up Glip Wallet SDK

Add code to frontend and link wallet to client

πŸ”­ Guide overview

In this guide you will add the Glip Wallet to frontend and explore some basic functionalities after logging in. The wallet works independently as well as with the marketplace APIs to transfer, buy and sell tokens. This is the code that will live on your own front-end application which the user will interact with. You would need to create a client before this guide. If you haven't done so please finish Guide to create client ↗️

πŸ“˜

Wallet SDK lives in your front-end

It is a fully-featured non-custodial wallet ↗️ that allows your users to truly own, and take actions on their tokens and other assets. The integration takes about 5 minutes.

βš™οΈ Capabilities of a Glip Wallet

Smooth, secure & fully-functional UX for web & mobile

  • Social login (Google, Facebook, Youtube, Twitch, Email login or plugin your authentication backend); no seed phrase or pin needed
  • Non-custodial
  • MPC (private key split into 3 parts with Shamir's Secret Sharing algorithm- OAuth, device, encrypted on server; 2 out of 3 needed to login)
  • On-ramp/off-ramp
  • Buy NFT/FT by paying in crypto or fiat (country specific)
  • Sell owned NFT/FT against crypto or fiat (country specific)
  • Same wallet for all L1/L2/Side EVM chains (can do other chains also if required)
  • Login with multiple devices
  • View balance of NFT/FT (including NFT preview)
  • Send NFT/FT

🧱 Implementations

  1. React App Integration: Check out the guide here ↗️
  2. Simple HTML-JS: Coming soon

πŸ“Œ Further queries

For any queries or guidance, join https://croak.discord.com or write to [email protected]