ethereumjs / ethereumjs-lib

[DEPRECATED] A JavaScript library of core Ethereum functions
442 stars 102 forks source link

Export account to keystore json? #117

Closed tinybike closed 9 years ago

tinybike commented 9 years ago

Does ethereumjs-lib presently have a method to create a properly-formatted "secret storage" json (the format that geth reads from the ~/.ethereum/keystore directory)?

Asking because I'm writing this for augur.js but would like to avoid reinventing the wheel if it's already buried somewhere in this lib!

wanderer commented 9 years ago

nope! but that would be a nice module to have :+1:

tinybike commented 9 years ago

https://github.com/AugurProject/ethereumjs-keys :)

tinybike commented 9 years ago

Btw, let me know if you'd prefer I didn't use the ethereumjs-* namespace -- I'm realizing most (all?) of the other ethereumjs repos are offshoots of ethereumjs-lib. Don't mean to step on any toes with this!

tinybike commented 9 years ago

...never mind, I renamed it keythereum because comedy :D

wanderer commented 9 years ago

@tinybike nice and im totally cool with you using ethereumjs-* It makes searching for modules easier :)