Ecosystem // Web3

Quanta Wallet.

λ

A post-quantum browser extension wallet for QuantaChain (QUA). Built on the NIST-standardised Falcon-512 signature scheme, compiled to WebAssembly via Rust.

Falcon-512 Native

No classical elliptic-curve cryptography is used anywhere in the signing path. PQC Level 5 compliance.

Deterministic HD Derivation

BIP-39 24-word mnemonic with deterministic Falcon-512 key derivation and AES-GCM local storage.

dApp RPC API

Interact with dApps via window.quanta to connect, sign transactions, and authorize messages securely.

Compiled via WASM

Key generation and signing use the falcon-rust pure-Rust implementation of Falcon-512. This is the same library used by the QuantaChain node, ensuring byte-identical signature output across all signing paths.

View Source on GitHub