keep track of advantages over old bitcore

This commit is contained in:
Ryan X. Charles 2014-08-21 12:59:27 -07:00
parent 2131dbdfee
commit 4f90478aa6
1 changed files with 8 additions and 0 deletions

View File

@ -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