q9f / eth.rb

a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
https://q9f.github.io/eth.rb
Apache License 2.0
203 stars 87 forks source link

eth/key: allow for usage of HD wallets #31

Open q9f opened 2 years ago

q9f commented 2 years ago
bdescamps commented 1 year ago

Hey q9f do you think hd wallet should be a part of eth.rb gem or money-tree ? To me, i think it could be great to add this in money-tree and have a specialized gem for HDWallet ( Bitcoin / Litecoin / Ethereum...)

q9f commented 1 year ago

@bdescamps money-tree has already HD-wallet support and ethereum-tree is the (unmaintained) ethereum addon for that.

I don't really want to pull in both as a dependency so for now I only have very primitive key management support.