Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 555 Bytes

GroovySnakeCoinExpanded

Tiniest Blockchain in Groovy but bigger

This example is based of the Python example explained here https://medium.com/crypto-currently/lets-make-the-tiniest-blockchain-bigger-ac360a328f4d

You can find their example in Python here https://gist.github.com/aunyks/47d157f8bc7d1829a729c2a6a919c173

To Build

./gradlew build

To Run

./gradlew run

This example makes you of the minimal Java webserver Spark http://sparkjava.com/documentation#javadoc

This example is still a work in progress as I have not completed this one yet