Skip to content

luizoamorim/nodejs_blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

My private test blockchain

What is blockchain?

It is a digital record that contains all the history of transactions carried out on the network.

Which are the main objectives of this technology?

  • Keep data immutable and permanent;
  • Ensure secure data transactions;
  • Eliminate the need for an intermediary. For example, banks in the middle of financial transactions.

In this project I'll show its main concepts:

  • hash;
  • blocks;
  • memory pool;
  • consensus algorithms and mining;
  • sign a transaction;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published