From 95a0bccda64a239963b5f27ef3d4cfd09d3c357a Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Thu, 21 Aug 2014 15:52:27 -0700 Subject: [PATCH] new principle for bitcore2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f0798aa..4b3b62f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ conjunction with browserify). 7) Minimize the use of dependencies so that all code can be easily audited. +8) All instance methods modify the state of the object and return the object. +To access the result of an instance method, you must access the object +property(s) that it modifies. + ------------------------- Features over bitcore: * Stealth addresses