Giter Site home page Giter Site logo

cryptobuks / blockwallet-eth-ledger-bridge-keyring Goto Github PK

View Code? Open in Web Editor NEW

This project forked from block-wallet/eth-ledger-bridge-keyring

0.0 1.0 0.0 7.85 MB

A wrapper around LedgerJS libraries, to support the KeyringController protocol used by MetaMask

License: ISC License

Shell 0.50% JavaScript 99.50%

blockwallet-eth-ledger-bridge-keyring's Introduction

eth-ledger-bridge-keyring CircleCI

An implementation of MetaMask's Keyring interface, that uses a Ledger hardware wallet for all cryptographic operations.

In most regards, it works in the same way as eth-hd-keyring, but using a Ledger device. However there are a number of differences:

  • Because the keys are stored in the device, operations that rely on the device will fail if there is no Ledger device attached, or a different Ledger device is attached.

  • It does not support the signMessage, signTypedData or exportAccount methods, because Ledger devices do not support these operations.

  • Because extensions have limited access to browser features, there's no easy way to interact wth the Ledger Hardware wallet from the MetaMask extension. This library implements a workaround to those restrictions by injecting (on demand) an iframe to the background page of the extension, (which is hosted here.

The iframe is allowed to interact with the Ledger device (since U2F requires SSL and the iframe is hosted under https) using the libraries from LedgerJS hw-app-eth and hw-transport-u2f and establishes a two-way communication channel with the extension via postMessage.

The iframe code it's hosted in the same repo under the branch gh-pages and it's being served via github pages. In the future we might move it under the metamask.io domain.

Usage

In addition to all the known methods from the Keyring class protocol, there are a few others:

  • isUnlocked : Returns true if we have the public key in memory, which allows to generate the list of accounts at any time

  • unlock : Connects to the Ledger device and exports the extended public key, which is later used to read the available ethereum addresses inside the Ledger account.

  • setAccountToUnlock : the index of the account that you want to unlock in order to use with the signTransaction and signPersonalMessage methods

  • getFirstPage : returns the first ordered set of accounts from the Ledger account

  • getNextPage : returns the next ordered set of accounts from the Ledger account based on the current page

  • getPreviousPage : returns the previous ordered set of accounts from the Ledger account based on the current page

  • forgetDevice : removes all the device info from memory so the next interaction with the keyring will prompt the user to connect the Ledger device and export the account information

Testing

Run the following command:

yarn test

Attributions

This code was inspired by eth-ledger-keyring and eth-hd-keyring

blockwallet-eth-ledger-bridge-keyring's People

Contributors

adonesky1 avatar brad-decker avatar brunobar79 avatar danfinlay avatar danjm avatar darkwing avatar dependabot[bot] avatar gudahtt avatar jpuri avatar julianariel avatar kshamenkgil avatar rmarkdev avatar ryanml avatar tmashuang avatar whymarrh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.