pokt-network / wallet

A simple web wallet to handle your Pocket Network accounts.
wallet-three-orpin.vercel.app
MIT License
8 stars 14 forks source link

Hardware wallet #365

Closed PseudoMera closed 2 years ago

PseudoMera commented 2 years ago

This PR adds the following functionalities:

  1. Import a pocket account from a ledger device using either webusb or webhid transport.
  2. Transfer POKT token from one account to another.
  3. Unjail/Unstake + non-custodial unjail/unstake

Each of these functionalities requires the user to accept the action on their ledger before they can be completed so it also adds an action banner to notify the user when they need to continue the action on their ledger device.

Note: This PR doesn't allow the user to select a different account from their ledger, right now it only allows us to use the default account.

height[bot] commented 2 years ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.