Proof-of-concept for building an offline-only wallet using web technologies.
- Generate a
secp256k1
wallet securely using the Web Cryptography API. - Protect the private key by storing it in the browser using the Web IndexDB API.
- Sign transactions offline only by ensuring the app has no internet using the Navigator API.
- Exchange signed transactions by using QR codes for a reader and viewer.