8000 GitHub - abhiit89/AngCoins: This repository has the sample code for the basic Blockchain implementation for learning purposes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This repository has the sample code for the basic Blockchain implementation for learning purposes

License

Notifications You must be signed in to change notification settings

abhiit89/AngCoins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. data
  2. Hash of the current block
  3. Hash of the previous block

Blockchains ensures

  1. Data Integrity - Easy to detect if the data is been tampered
  2. Trust factor - Blockchain is a distributed ledger containing all the transactions and each transactions can be verified by anyone.

To Run the Project

  1. from the AngCoins Directory, run npm install
  2. then run npm print chain

About

This repository has the sample code for the basic Blockchain implementation for learning purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0