@levery/passkey
v0.1.2
Published
Passkey-native smart accounts for Ethereum
Readme
Levery Passkey
Passkey-native smart accounts for institutional EVM applications.
Install
npm install @levery/passkeySDK
import { Levery } from '@levery/passkey'
const levery = Levery.create()
const accounts = await levery.provider.request({
method: 'eth_requestAccounts',
})Wagmi
import { levery } from '@levery/passkey/wagmi'
import { createConfig, http } from 'wagmi'
import { base } from 'wagmi/chains'
export const config = createConfig({
chains: [base],
connectors: [levery()],
transports: { [base.id]: http() },
})Existing deployments must await migrateWagmiStorage with their Wagmi storage
before creating the config. The connector always uses the canonical
io.levery identity.
Levery Passkey requires a secure browser origin. Existing passkeys must keep the same Dialog hostname and effective WebAuthn RP ID.
Documentation: levery.io
License
Licensed under the MIT License. See LICENSE.
Third-party license notices are available in THIRD_PARTY_LICENSES.md.
