quorum-tools icon indicating copy to clipboard operation
quorum-tools copied to clipboard

Separate key, account, and id generation into its own library

Open shahankhatch opened this issue 8 years ago • 0 comments

Instead of depending on geth to create the accounts, it would be nice to separate nodekey.go and the account generation code into their own library; the library can then be reused for other apps and can also be called from within an enclave.

Account generation code using geth is visible at: https://github.com/ConsenSys/quorum-deployer/blob/1269aa036be92401c964232d1219c8f9d8ca5df2/02-deploy/01-prepare-assets/address#L6

shahankhatch avatar Feb 21 '17 22:02 shahankhatch