Step 1: Building a Blockchain Open up your favourite text editor or IDE. Weβll only use a single file, but if you get lost, you can always refer to the source code. Representing a Blockchain Weβll create a Blockchain class whose constructor creates an initial empty list (to store our blockchain), and another to store transactions. Hereβs the bluβ¦
-
Updated
Mar 25, 2018 - Python