ANG Coins
This is the sample App for a very basic and primitive implementation of the Blockchain
A Blockchain is comprised of blocks.
Each block consist of a the following
- data
- Hash of the current block
- Hash of the previous block
Blockchains ensures
- Data Integrity - Easy to detect if the data is been tampered
- Trust factor - Blockchain is a distributed ledger containing all the transactions and each transactions can be verified by anyone.
To Run the Project
- from the AngCoins Directory, run
npm install
- then run
npm print chain