2
0
mirror of synced 2025-02-24 12:08:10 +00:00

Small README change.

This commit is contained in:
Richard Moore 2017-11-07 01:00:36 -05:00
parent 31b5650489
commit 9adcbbb0fe
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

View File

@ -8,7 +8,7 @@ Complete Ethereum wallet implementation and utilities in JavaScript.
**Features:**
- Keep your private keys in your client, **safe** and sound
- Import and export **JSON wallets** (Geth and crowdsale) and brain wallets
- Import and export **JSON wallets** (Geth, Parity and crowdsale) and brain wallets
- Import and export BIP 39 **mnemonic phrases** (12 word backup phrases) and **HD Wallets**
- Meta-classes create JavaScript objects from any contract ABI
- Connect to Ethereum nodes over [JSON-RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC), [INFURA](https://infura.io) or [Etherscan](https://etherscan.io)