Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating with Chrome Extension #99

Closed
curldapps opened this issue Oct 2, 2019 · 1 comment
Closed

Integrating with Chrome Extension #99

curldapps opened this issue Oct 2, 2019 · 1 comment

Comments

@curldapps
Copy link

I am working on putting together a chrome extension that requires the creation of single-use ethereum keys, and I wanted to see if ethereumjs-wallet is compatible with Chrome Extensions? I'd like to be able to create ethereum keys and sign a transaction message body within this extension without using MetaMask or the like.

I don't necessarily need to be able to send the transaction to the mainnet directly, so I don't need a node or provider for web3.

Thanks!

@holgerd77
Copy link
Member

Hi @curldapps, Chrome Extensions are written in JavaScript so I would suppose this should work, would be nice if you could post your experiences if you try to integrate here. Another option is to use the wallet from the ethers.js package. If you try both it would also be super-helpful if you give a short comparison of your experiences and some pitfalls here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@holgerd77 @curldapps and others