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

5 lines (4 loc) 139 B
import { providers } from "ethers"; declare class ExtendedProvider extends providers.BaseProvider { } export default ExtendedProvider;