bitcoinjs / bip32-utils

A small set of utilities for use with BIP32 HD key nodes
MIT License
75 stars 52 forks source link

compile for browser #1

Closed acidtib closed 9 years ago

dcousens commented 9 years ago

In principle, I'm against this pull request because it isn't the right way to use browserify.

However, this module doesn't have any internal dependencies, so, the negative aspects that would usually apply to this approach don't apply.

@drkyro can you give some insight as to why you would use this approach rather than doing it at the project level?

acidtib commented 9 years ago

Hi @dcousens im experimenting with an implementation of a bitcoin wallet using only web technologies that would run in a cordova app. I found your implementation of bip32 in javascript and tough i should share what i did not run it on the client side.