UNPKG

web3-onboard-monorepo

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 (77 loc) 2.08 kB
{ "name": "@web3-onboard/solid", "version": "0.0.1", "author": "Mentasuave01", "description": "A collection of Solid hooks for integrating Web3-Onboard in to Solid projects. 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, 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": [ "Solid", "Solidjs", "Ethereum", "Web3", "EVM", "dapp", "Multichain", "Wallet", "Transaction", "Provider", "Hardware Wallet", "Notifications", "React", "Svelte", "Vue", "Next", "Solid", "Solidjs", "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/solid" }, "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": { "@types/use-sync-external-store": "^0.0.3", "typescript": "^4.7.4", "vite": "^3.0.0", "vite-plugin-solid": "^2.3.0" }, "dependencies": { "@web3-onboard/core": "^2.8.5", "@web3-onboard/common": "^2.2.3", "use-sync-external-store": "1.0.0", "solid-js": "^1.4.7" }, "peerDependencies": { } }