From 11919a5fee3e2b94ab54bcbd5dd60adf653ca513 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Sun, 28 Sep 2014 18:38:31 -0700 Subject: [PATCH] clarify README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index c374bef..d2f45b6 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@ intended to satisfy certain goals: 1) Support ease-of-use by being internally consistent. It should not be necessary to read the source code of a class or function to know how to use it. -I.e., where in bitcore a "privkey" might be anything from a buffer to a hex -string to a key to a private key object, in fullnode "privkey" is the same -type of object always and everywhere. 2) Have 100% test coverage so that the library is known to be reliable. @@ -37,7 +34,7 @@ To access the result of an instance method, you must access the object property(s) that it modifies. ------------------------- -Features over bitcore: +Key features: * Stealth keys, addresses, message * Proper handling of reading and writing big varInts * Browserifiable