hdwallet
hdwallet copied to clipboard
A library for interacting with hardware wallets from JS/TS.
Add support for signing Osmosis transactions to hdwallet-keepkey
### Overview This does work with the axiom version of hdwallet but doesn't work in our current version. ### References and additional details . ### Acceptance Criteria We can do...
### Overview Currently, we only handle `connector.disconnect` events (a.k.a session request rejected) We should also be able to handle `wc.disconnect` / `connector.stop` events, which are emitted on wallet connection closed...
Hey all, this PR adds a [GitPOAP Badge](https://docs.gitpoap.io/api#get-v1repoownernamebadge) to the README that displays the number of minted GitPOAPs for this repository by contributors to this repo. You can see an...
Now covering all hdwallet-supported chains, including ripple.
Due to polyfill of Buffer on webv2, the function `fromB64ToArray` was returning type Buffer, instead of Uint8Array. This was causing an error to be thrown and blocking decryption of a...
### Overview Currently, we detect ethereum providers with `@metamask/detect-provider` package. However, there are two issues with this: 1. The published npm package isn't up-to-date with the latest source, see https://github.com/MetaMask/detect-provider/issues/49....