17 Commits

Author SHA1 Message Date
Alex Beregszaszi
466eb68b6a Clarify how public keys work in README 2016-03-25 16:05:22 +00:00
Alex Beregszaszi
7c5f360ba5 Clarify the motivation in README 2016-03-25 00:11:44 +00:00
Alex Beregszaszi
299feb250a Properly separate the thirdparty API in the README 2016-03-23 14:29:30 +00:00
Alex Beregszaszi
f19b62d76a Fix typo in the README 2016-03-23 14:21:07 +00:00
Alex Beregszaszi
5635068fff Only support Ethereum-style public keys internally, but have a non-strict mode to support importing compressed ones 2016-03-23 14:06:27 +00:00
Alex Beregszaszi
c6da9114f9 Support HD keys using cryptocoinjs/hdkey 2016-03-23 13:17:05 +00:00
Alex Beregszaszi
f72c9679c1 Support importing BIP32 xpub/xpriv 2016-03-23 12:41:16 +00:00
Alex Beregszaszi
ecbf109a71 Support instantation with public keys 2016-03-23 12:33:54 +00:00
Alex Beregszaszi
9e9fd6cd6f Introduce .getV3Filename() to return a suggested filename for V3 keystores 2016-03-16 13:44:52 +00:00
Alex Beregszaszi
395f01a809 Have both a strict and non-strict mode in '.fromV3()' 2016-03-16 13:22:51 +00:00
Alex Beregszaszi
d98b52b7a3 Document getChecksumAddressString() 2016-03-08 23:24:11 +00:00
Alex Beregszaszi
4162a28ac6 Move third party wallet import code into its own module.
Reason is KryptoKit requires 'aesjs', which adds extra 70k of code when browserified. This change could be reverted once the code can be replaced with 'crypto'.
2016-03-08 21:56:10 +00:00
Alex Beregszaszi
6e1f951637 Support Quorum Wallet seed 2016-03-08 21:44:42 +00:00
Alex Beregszaszi
eacd3c0692 Support EtherWallet, EtherCamp and KryptoKit wallets 2016-03-08 21:35:16 +00:00
Alex Beregszaszi
4cf1f60e7f Introduce .generate() for creating new wallets 2016-03-08 20:57:56 +00:00
Alex Beregszaszi
33e3e08293 Add a comprehensive description in the README 2016-02-24 01:52:12 +00:00
Alex Beregszaszi
6ca8778985 First version 2016-02-23 19:39:21 +00:00