Skip to content

Commit

Permalink
Small changes to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Aug 5, 2016
1 parent 79f9047 commit cecefd4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
ethers-wallet
=============

Complete Ethereum wallet implementation in JavaScript.
Complete Ethereum wallet implementation and utilities in JavaScript.

**Features:**

Features
- Keep your private keys in your browser
- Import and export JSON wallets (geth and crowdsale) and brain wallets
- Generate JavaScript bindings for any contract ABI
- Connect to Ethereum nodes over RPC
- Import and export JSON wallets (Geth and crowdsale) and brain wallets
- Meta-classes create JavaScript objects from any contract ABI
- Connect to Ethereum nodes over RPC, injected Web3 or [Etherscan](https://etherscan.io)
- Small (~100kb compressed; 290kb uncompressed)
- MIT licensed (with one exception, which we are migrating off of; see below)

Expand Down

0 comments on commit cecefd4

Please sign in to comment.