Commit Graph

24 Commits

Author SHA1 Message Date
holgerd77 799fa23017 Added EthereumJS footer with organization docs linking 2019-04-26 15:10:19 +02:00
Vanessa Pyne 4affe9d743
Fix typo in README.md 2018-06-11 14:44:43 -04:00
holgerd77 da60d4ee0a Update travis build URL in README from misleading/outdated shields.io URL to new URL format 2018-02-03 22:45:51 +00:00
Alex Beregszaszi 21e7127c15 Merge pull request #5 from ethereumjs/feature/vanitygen
Include vanity address generation
2016-06-09 20:29:36 +01:00
Alex Beregszaszi f0b0c8f0fe Describe provider-engine in the README 2016-04-25 20:02:30 +01:00
Alex Beregszaszi e55656b01e Include vanity address generation 2016-03-26 18:33:05 +00:00
Alex Beregszaszi a317c50d01 Add travis/coveralls support 2016-03-26 18:27:09 +00:00
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