The Open Hardware Wallet frontend application provides a web interface for interacting with OHW hardware devices. This application allows users to initialize devices, manage cryptocurrency addresses, and sign transactions directly through their browser.
- WebSerial device connection
- Device initialization and setup
- Mnemonic import or generate
- Key generation and address derivation
- Transaction or message signing
- Modern web browser with Seria support (Chrome 89+, Edge 89+)
- Node.js 20+
- OHW compatible hardware device
git clone https://github.com/butterfly-community/oskey-app-monorepo
cd ohw-app-monorepo
pnpm install
pnpm run dev