We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4fad6 commit 12c5371Copy full SHA for 12c5371
CHANGELOG.md
@@ -0,0 +1,16 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [Unreleased]
8
9
+## [0.1.0] - 2018-03-15
10
+### Added
11
+ - Block structure and hashing
12
+ - Genesis block
13
+ - Storing and validate Blockchain
14
+ - Proof of Work with difficulty (missing consensus on the difficulty)
15
+ - Communicating with other nodes & controlling the node (based on ReactPHP)
16
0 commit comments