Created
February 24, 2017 21:41
-
-
Save lhartikk/cf05294551eb9cfb85bebd075c1e1737 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var getGenesisBlock = () => { | |
return new Block(0, "0", 1465154705, "my genesis block!!", "816534932c2b7154836da6afc367695e6337db8a921823784c14378abed4f7d7"); | |
}; | |
var blockchain = [getGenesisBlock()]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment