Initial public release of Quantus Vault, an independent MIT-licensed browser extension wallet for Quantus. This is not an official Quantus product.
Installable package
Download quantus-vault-extension-v0.1.16.zip, extract it, and load the quantus-vault-extension folder using Load unpacked in Chrome/Edge's extensions page (Developer mode). No Node.js or Rust is needed. GitHub's automatic “Source code” archives are not installable extension packages.
For updates, replace the files in the same extension folder and reload it; do not uninstall to update. Early development vault formats are not migrated.
Included
- Wallet creation/import, encrypted local vault, English/Simplified Chinese, mainnet default and Planck switching.
- Standard account balances, receive address/QR, fee review, local signing, ordinary transfer broadcasting and receipt checks.
- Mainnet/Planck private-asset scanning, batch payment review, encrypted input reservations, local proof generation and unbroadcast batch recovery/cancellation.
Private broadcasting remains disabled in the interface, transfer service and RPC layer. This release cannot complete a private payment. Funded end-to-end transfer acceptance and independent security auditing are not complete; implemented code and automated tests do not replace those checks.
Verification and source
- 58 Node tests and TypeScript checks passed; a clean checkout was used to install dependencies and build the extension.
- Development browser checks covered batch review/reservation/recovery/cancellation and a complete local proof (~51 seconds).
- Live Planck scanning was read-only with public fixtures; no real funds were transferred.
- Included assets: installable extension ZIP, clean committed-source ZIP, and SHA256SUMS.txt. The extension's BUILD_INFO.json identifies its source commit.
- Full build, license, verification and security details are in the repository. This is a manually loadable extension, not a browser-store listing.
中文安装说明:下载 quantus-vault-extension-v0.1.16.zip,解压后在 Chrome/Edge 扩展管理页面开启开发者模式,选择“加载已解压的扩展程序”,选中含 manifest.json 的文件夹即可。
普通钱包功能已实现;隐私扫描、分批方案及本地证明可用,隐私实际发送仍关闭。尚未完成独立审计和有资金的端到端收付款验收。