Skip to content

andriusdgt/blockchain-demonstration

Repository files navigation

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

About

Simple blockchain example written in Kotlin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages