contributed by B. K. Oxley (binkley)
Starter (Version)
to run use:
$ kotlinc-jvm -script ./blockchain.kts
Proof of Work (Version)
to run use:
$ kotlinc-jvm -script ./blockchain-with-proof-of-work.kts
B. K. Oxley (binkley) writes:
After a series of emails with a CS prof friend of mine, I've made a more sophisticated Kotlin version of blockchain. My last challenge is to produce a true Merkle tree (forthcoming), see