UNPKG

@web3-onboard/sequence

Version:

Sequence is the smartest Web3 wallet. Easy, fun and secure.

67 lines (66 loc) 1.36 kB
{ "name": "@web3-onboard/sequence", "version": "2.1.1", "description": "Sequence is the smartest Web3 wallet. Easy, fun and secure.", "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" ], "repository": { "type": "git", "url": "https://github.com/blocknative/web3-onboard.git", "directory": "packages/core" }, "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": "^5.4.5" }, "dependencies": { "@web3-onboard/common": "^2.4.1", "0xsequence": "^0.43.1" }, "peerDependencies": { "0xsequence": ">=0.43.0", "ethers": ">=5.5" } }