Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created January 16, 2018 17:55
Show Gist options
  • Save azamsharp/f9c6e44f5f327d69b40fc5ccf472d8dd to your computer and use it in GitHub Desktop.
Save azamsharp/f9c6e44f5f327d69b40fc5ccf472d8dd to your computer and use it in GitHub Desktop.
class Blockchain {
constructor(genesisBlock) {
this.blocks = []
}
}
module.exports = Blockchain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment