0.0.3 • Published 6 years ago

eth-passthrough-keyring v0.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

eth-passthrough-keyring CircleCI

An implementation of MetaMask's Keyring interface, that uses exposed ethereum RPC accounts to pass transactions through for signing.

Using

Uses all the same methods from the Keyring class protocol, there are a few others:

Testing

Run the following command:

npm test

Attributions

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