Steven Luscher
Steven Luscher
> …how do you feel about ed25519-hd-key being a web3.js dependency? Definitely, definitely not, but someone should absolutely release a package that creates the seed as you've outlined above! You...
If, on the other hand, we can build an HD key generator from the ground up using the `SubtleCrypto` builtins, then maybe we should consider rolling the whole thing into...
Things we won't do: * include bip32 as a dependency of web3.js * include any HD derivation package as a dependency of web3.js (looks like the contemporary one is `micro-key-producer`)...
Y'all are invited to publish helper packages that reconfigure the API like this. One of the good things about the functional API we've created is that it's flexible to the...
This team, does not endeavour to maintain helpers at a higher level than the ones offered by the core libraries, but anyone can build one now using the primitives offered...
Actually, this idea might be dead on arrival. The addresses themselves are used for deduplication – ie. to prevent the same address from showing up in the accounts list _and_...