Quick Start
Install the SDK
npm
npm install @rhinestone/1authInitialize Client
import { OneAuthClient } from '@rhinestone/1auth';
const client = new OneAuthClient({
providerUrl: 'https://passkey.1auth.box',
});Next Steps
React Components
Drop-in components like PayButton and BatchQueue. No viem or wagmi required.
Viem / WagmiUse createPasskeyWalletClient for viem-compatible signing in existing web3 apps.
References
- API Reference - Full SDK documentation
- RPC Reference - EIP-1193 provider methods
- GitHub - Source code and examples