SilentCicero / ethereumjs-accounts

A simple module for creating, managing and using Ethereum accounts in browser.
MIT License
150 stars 58 forks source link

Make ethereumjs-accounts integrate smoothly with the HookedWeb3Provider #6

Closed tcoulter closed 9 years ago

tcoulter commented 9 years ago

See code changes, and changes to the README for an example. See https://github.com/ConsenSys/hooked-web3-provider for a better idea of what's going on behind the scenes.

Cheers!