From 4f90478aa6475ff95a617da2432dec657eebe428 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Thu, 21 Aug 2014 12:59:27 -0700 Subject: [PATCH] keep track of advantages over old bitcore --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b557c8b..f0798aa 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,11 @@ should work both in node, and be automatically work in the browser with used in conjunction with browserify). 7) Minimize the use of dependencies so that all code can be easily audited. + +------------------------- +Features over bitcore: +* Stealth addresses +* Proper handling of reading and writing big varInts +* Browserifiable +* A proper point class +* Better test coverage