aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-03-24 18:39:14 -0400
committerDeterminant <ted.sybil@gmail.com>2018-03-24 18:39:14 -0400
commit6ed178ecfad7fd885d462bea3f75c82bcfaa18e3 (patch)
tree47f386dddac068cf65cc99e582500df79bfc79be
parentc14b910e51b645ae5f196eb33c54ed80dfb44805 (diff)
...
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 3029188..b1043f8 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-eth.py
-------
+ethy.py
+-------
This little script offers decryption and verification of some existing
Ethereum wallets, as well as generation of a new wallet. You can use any
@@ -12,7 +12,7 @@ Feature
-------
- Decrypt the UTC JSON wallet and see the private key
-- Run secp256k1 to make sure the private is intact and really corresponds to the wallet address
+- Run secp256k1 to make sure the private key is intact and really corresponds to the wallet address
- Generate a wallet
Dependencies
@@ -27,7 +27,7 @@ Install
::
git clone https://github.com/Determinant/ethy.py
- pip install --user ethy.py
+ pip install --user ethy.py/
Example
-------