Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 401 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 401 Bytes

Blockchain in Kotlin

This is a plain example how Cryptographic blockchains work by constructing a blockchain containing three blocks. Once constructed they are validated for integrity purposes, by example we tamper the blockchain to demonstrate how validation works.

Prerequisites

JDK 11 installed

How to run

Run this command from terminal inside project directory:

./gradlew run