Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.0xkey.io/llms.txt

Use this file to discover all available pages before exploring further.

0xkey publishes TypeScript packages under @0xkey-io/* and an official Go module at github.com/0xkey-io/sdk-go. Choose the SDK that matches your runtime and UI needs.

Choose your SDK

I am building…Start here
React / Next.js Embedded Wallet@0xkey-io/react-wallet-kit
Vue / Angular / Svelte / custom web UI@0xkey-io/core
Node.js / Next.js backend@0xkey-io/sdk-server
Go backend / automationGo SDK
0xkey also ships chain adapters (@0xkey-io/viem, @0xkey-io/ethers, @0xkey-io/solana, …) for dApp integration.

Client-side SDKs (Phase 1)

React Wallet Kit@0xkey-io/coreReact Native EWK
Authentication
Email OTPYesYesPartial
PasskeyYesYesPartial
OAuth (Google, Apple, …)YesYesComing soon
SMS OTPPartialPartial
Embedded Wallets
Wallet creationYesYesPartial
SigningYesYesPartial
Import / ExportYesYesPartial
Arbitrary request stampingYesYesPartial
React Wallet Kit is the fastest path for Embedded Wallets. @0xkey-io/core exposes the same primitives without UI for custom frameworks.

Server-side SDKs (Phase 1)

TypeScript (sdk-server)Go (sdk-go)
API key authenticationYesYes
Wallet managementYesYes
Policy managementYesYes
OTP / enclave HPKE flowsYes (via API + TS helpers)Yes (pkg/enclave_encrypt)
Express / Next API proxyYes
Published packagenpmpkg.go.dev
Ruby, Python, and Rust server SDKs are Coming soon. Use HTTP + stamps until they ship.

Package matrix

Package / moduleRoleStatus
@0xkey-io/react-wallet-kitReact Embedded Wallet KitSupported
@0xkey-io/coreFramework-agnostic clientSupported
@0xkey-io/sdk-serverNode server client + proxiesSupported
github.com/0xkey-io/sdk-goGo server clientSupported
@0xkey-io/httpLow-level HTTP clientSupported
@0xkey-io/react-native-wallet-kitMobile EWKPartial
CLIKey and activity toolingComing soon

Next steps

React Wallet Kit

Embedded Wallets in React / Next.js

@0xkey-io/core

Custom frontend frameworks

TypeScript server

API keys, proxies, OTP helpers

Go SDK

Backend automation and examples

GitHub — sdk-js

TypeScript examples

GitHub — sdk-go

Go examples