A passkey-native Solana wallet. No seed phrases. No gas fees. Just biometrics.
- Passkey authentication - FaceID, TouchID, fingerprint. No seed phrase ever.
- Gasless transactions - Send, swap, and sign without holding SOL for fees
- Jupiter swaps - Best-price token swaps, completely gas-free
- Stealth addresses - One-time receiving addresses for private payments
- Burner wallets - Disposable identities with zero on-chain link
- Private mode - Hide balances, biometric auth to reveal
git clone https://github.com/francis-codex/seedless.git
cd seedless
npm installCopy .env.example to .env and add your keys:
cp .env.example .envEXPO_PUBLIC_HELIUS_API_KEY=your-helius-api-key
EXPO_PUBLIC_JUPITER_API_KEY=your-jupiter-api-key
EXPO_PUBLIC_PAYMASTER_API_KEY=your-kora-api-key
Run:
npx expo startReact Native (Expo) / TypeScript / LazorKit SDK / Kora Paymaster / Solana Web3.js / Jupiter API
MIT












