Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Quick Start – 1auth
Skip to content

Quick Start

Install the SDK

npm
npm install @rhinestone/1auth

Initialize 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 / Wagmi

Use createPasskeyWalletClient for viem-compatible signing in existing web3 apps.

References