A Manifest V3 Chrome Extension wallet for the Po8 Network.
- Quantum Safe: Generates ML-DSA-65 keys and signs transactions using WASM.
- EVM Compatible: Sends transactions to the Po8 Node's QAL-enabled JSON-RPC.
- Non-Custodial: Private keys are stored locally in Chrome Storage.
- Build:
npm install npm run build
- Load in Chrome:
- Go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the
distfolder.
- Go to
npm run devThis will watch for changes and rebuild the extension.