UNPKG

saepenatus

Version:

Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul

79 lines (78 loc) 2.02 kB
{ "name": "@web3-onboard/vue", "version": "2.5.2", "description": "A collection of Vue Composables for integrating Web3-Onboard in to a Vue or Nuxt project. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", "Web3", "EVM", "dapp", "Multichain", "Wallet", "Transaction", "Provider", "Hardware Wallet", "Notifications", "React", "Svelte", "Vue", "Next", "Nuxt", "MetaMask", "Coinbase", "WalletConnect", "Ledger", "Trezor", "Connect Wallet", "Ethereum Hooks", "Blocknative", "Mempool", "pending", "confirmed", "Injected Wallet", "GameStop", "Crypto", "Crypto Wallet" ], "repository": { "type": "git", "url": "https://github.com/blocknative/web3-onboard.git", "directory": "packages/vue" }, "homepage": "https://onboard.blocknative.com", "bugs": "https://github.com/blocknative/web3-onboard/issues", "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", "type": "module", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc -w", "type-check": "tsc --noEmit" }, "license": "MIT", "devDependencies": { "typescript": "^4.5.5", "vue": "^3.2.31" }, "dependencies": { "@vueuse/core": "^8.4.2", "@vueuse/rxjs": "^8.2.0", "@web3-onboard/common": "^2.2.3", "@web3-onboard/core": "^2.15.0", "vue-demi": "^0.12.4" }, "peerDependencies": { "@vue/composition-api": "^1.0.0", "vue": "^2.0.0 || >=3.0.0" }, "peerDependenciesMeta": { "@vue/composition-api": { "optional": true } } }