UNPKG

idquia

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

23 lines (22 loc) 1.01 kB
{ "name": "@web3-onboard/arcana-auth", "version": "2.0.0", "license": "MIT", "description": "Arcana wallet is a built-in, secure Web3 wallet that users can access instantly when logging into an app integrated with the Arcana Auth SDK. It offers a customizable interface that can be branded to match the app's style. Users don't need to generate or manage cryptographic keys or remember passphrases. The wallet uses advanced distributed key generation, giving users full control over their wallets while onboarding Web3 apps using familiar Web2 authentication methods. It is user-friendly, secure, and puts users in control of their Web3 experience.", "private": false, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsc -w", "type-check": "tsc --noEmit" }, "dependencies": { "@arcana/auth": "^1.0.7", "@web3-onboard/common": "2.3.3" }, "devDependencies": { "typescript": "^5.1.6" } }