Email OTP opens a CKB account with no wallet setup.
Wallet infrastructure for CKB Fiber
Email in.
Fiber ready.
Give any React app email-native CKB accounts and instant Fiber payments, so users can start with the identity they already have.
Running on CKB testnet
The same email recovers the same CKB and Fiber identity.
Create channels, invoices, and routed Fiber payments from React.
Built for developers
Fiber functionality behind one React provider.
KeyWay owns the difficult path from authentication to wallet recovery, browser-node startup, channel funding, and routed payments. Your app keeps control of its product experience.
<KeyWayProvider appName="Your app">
<YourApp />
</KeyWayProvider>
const { login, connection } = useKeyWay();
await connection.keyway.sendPayment({
invoice,
});The trust model
Keys are infrastructure, not UI.
Lit-authorized funding
The CKB key is controlled through programmable Lit authorization instead of being exposed to the app.
Browser-local node
Each wallet runs its Fiber node in the browser and keeps channel state on that device.
SDK-owned lifecycle
Login, recovery, connection, invoices, payments, and channel operations share one predictable API.
Live proof, not slides