UNPKG

glip-wallet-sdk

Version:

Guide for installation and usage of Glip's Web3 Wallet.\ Glip Wallet through its SDK provides a signer using which a user's transaction can be signed.\ It also contains a iframe based UI element which can be embedded into any webpage.\ The UI contains

4 lines (3 loc) 105 B
/// <reference types="react" /> declare const Main: (props: any) => JSX.Element; export default Main;