Skip to content

Instantly share code, notes, and snippets.

@matheusml
Created December 6, 2017 18:17
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 matheusml/137a1cb7fa90395fba034c850015a8a8 to your computer and use it in GitHub Desktop.
Save matheusml/137a1cb7fa90395fba034c850015a8a8 to your computer and use it in GitHub Desktop.
generateHash() {
return sha256(this.index + this.previousHash + JSON.stringify(this.data) + this.timestamp + this.nonce).toString()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment