Skip to content

Instantly share code, notes, and snippets.

@svsh227
Created December 28, 2019 18:15
Show Gist options
  • Save svsh227/64b6dff0f6c037f555dd39a2f5cd3f92 to your computer and use it in GitHub Desktop.
Save svsh227/64b6dff0f6c037f555dd39a2f5cd3f92 to your computer and use it in GitHub Desktop.
Blockchain with NodeJS
//package.json:
{
"name": "blockchain",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shubham Verma",
"license": "ISC",
"dependencies": {
"crypto": "^1.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment