Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 664 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 664 Bytes

AshChain

This is a project where I build a Blockchain and Cryptocurrency from the start to the end. It's been inspired from David Joseph Katz's udemy tutorial "Build a Blockchain and a Cryptocurrency from Scratch"

This project features: => A complete blockchain server built in NodeJS and Express => Transaction pools => Wallets => Cryptography => Elliptic key cryptography for generating public and private keys => Real time broadcasting using pubnub => Blockchain synchronization

To use this project:

=> clone this repository => npm install [to install all the dependencies from package.json] => nodemon run server in one tab => nodemon start in another