eth-passthrough-keyring
v0.0.3
Published
A MetaMask compatible keyring, for locally unlocked RPC accounts.
Downloads
24
Readme
eth-passthrough-keyring
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