Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "hashgraph", | ||
"description": "This is a hashgraph implementation written in javascript. It is currently in development and not yet ready to be used.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -7,2 +7,4 @@ # Hashgraph | ||
NOTE: This code is NOT considered ready for usage before version 1.0.0. Don't use this code if you don't know what you're doing. | ||
You can use hashgraph for any javascript project that is run on several nodes that require some kind of consensus. For example for a replicated log, or state machine. | ||
@@ -14,3 +16,3 @@ | ||
npm install hashgraph --hashgraph | ||
npm install hashgraph --save | ||
@@ -17,0 +19,0 @@ ### Key Generation |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7316
65
1