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) 238 B
import { ethers } from "ethers"; import { getChainDetails } from "./chainListService"; declare function getInternalProvider(chainId: number): Promise<ethers.providers.JsonRpcProvider>; export { getInternalProvider, getChainDetails };