Skip to content

Instantly share code, notes, and snippets.

@lhartikk
Created February 24, 2017 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lhartikk/cf05294551eb9cfb85bebd075c1e1737 to your computer and use it in GitHub Desktop.
Save lhartikk/cf05294551eb9cfb85bebd075c1e1737 to your computer and use it in GitHub Desktop.
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