A lightweight, quantum-safe desktop wallet for the CKB blockchain. Built with SPHINCS+ cryptography to protect your digital assets in the quantum computing era.
Externally Audited by
ScaleBit Security Audit ReportAdvanced security meets user-friendly design
NIST-approved FIPS205 quantum-resistant signatures with multiple security levels
AES256 encryption, Scrypt password hashing, and secure IndexedDB storage
True light wallet with CKB light client node - no middleman RPC endpoints
Enhanced mnemonic standard with 36-72 word phrases for quantum-level security
Native apps for Windows, macOS, Linux, and web demo for browsers
Automatic wallet restoration from seed phrases with sequential key generation
Choose your security parameter based on your needs
36-word mnemonic. Equivalent to AES-128 key search resistance.
54-word mnemonic. Equivalent to AES-192 key search resistance.
72-word mnemonic. Maximum security, equivalent to AES-256.
Recommendation: Start with Sha2-256s for maximum security or Sha2-128s for easier backup management.
Verify application binaries using SPHINCS+ quantum-resistant signatures
Select the SPHINCS+ parameter set used to sign the binary
File:
Size:
SHA256: Calculating...
Paste the SPHINCS+ public key used to sign the binary
Paste the SPHINCS+ signature for this binary
Download Quantum Purse or build from source
Note: These are not reproducible builds. For maximum security, consider building from source or ask a trusted distributer to sign the binaries for you.
# Clone repository
git clone https://github.com/tea2x/quantum-purse.git
cd quantum-purse
# Install dependencies
npm install
# Build web app
npm run build:web
# Start web app
npm run start:web
# Or build native app (macOS example)
npm run build:app:mac:arm64
Protect your CKB assets today with quantum-resistant cryptography