UNPKG

@amfi/connect-wallet

Version:

Connect Crypto Wallet by using CoinbaseWallet (WalletLink), KardiaChain, MetaMask browser extentions or mobile application and WalletConnect service by scanning Wallet Qr-code.

59 lines (58 loc) 1.43 kB
{ "name": "@amfi/connect-wallet", "version": "1.1.25", "description": "Connect Crypto Wallet by using CoinbaseWallet (WalletLink), KardiaChain, MetaMask browser extentions or mobile application and WalletConnect service by scanning Wallet Qr-code.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/laumiqv/connect-wallet.git" }, "keywords": [ "wallet-connect", "wallet", "cryptocurrency", "crypto", "walletconnect", "metamask", "walletlink", "wallet-link", "coinbasewallet", "coinbase-wallet", "blockchain", "chain", "connect blockchain" ], "author": { "email": "amaryfilo@gmail.com", "name": "Amary Filo", "url": "https://amaryfilo.com" }, "contributors": [ { "email": "amaryfilo@gmail.com", "name": "Amary Filo", "url": "https://amaryfilo.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/laumiqv/connect-wallet/issues" }, "homepage": "https://github.com/laumiqv/connect-wallet#readme", "dependencies": { "@walletconnect/web3-provider": "^1.6.6", "rxjs": "~6.6.0", "tslib": "^2.0.0", "web3": "^1.6.1" }, "devDependencies": { "@coinbase/wallet-sdk": "^3.1.0", "tslint": "~6.1.0", "typedoc": "^0.20.37", "typescript": "~4.0.2" } }