Blockchain built in private / public in javascript.
This was the source code for my javascript implementation on Building a Blockchain.
It is now advancing with additional functionalities I add in(private / public key, modulization, tutorials).
- Make sure node.js 7.2+ is installed.
- Install npm and packages in package.json file.
$ npm install -g blockchain-javascript
- Run the node for blockchain network:
$ blockchain-javascript
Contributions are welcome! Please feel free to submit a Pull Request.