Added README and solved ScheduledExecutorService halting

This commit is contained in:
2021-08-15 17:20:44 +02:00
parent ca2235f636
commit 147e0244e5
11 changed files with 69 additions and 116 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
<h1>Blockchain</h1>
Blockchain implementation with following characteristics:
- Ability to store transactions between users.
- Mining reward for each block added to the blockchain.
- Proof of work with magic number self-balancing hashing.
- SHA-256 algorithm based hashing.
Main method allows to test it by creating fake miners, and it is also included a transaction generator to mock a series of users interacting each other.
Execution example:
![](src/main/resources/img/blockchain.png)