Skip to content

cangelozzi/Blockchain-API-in-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain In JavaScript

image

What I have accomplished:

  1. Blockchain Data structure.
  2. API to to communicate with Data Structure.
  3. Turned the API a DECENTRALIZED NETWORK.
  4. Syncronize Data(Blocks) among Nodes.
  5. Create a CONSENSUS logic to make sure all the blocks are valid and legitimate.
  6. Build a Frontend Block Explorer, for data showing.

image image image

Still to Improve:

  • create an Error Handling logic.
  • validate Sender has enough funds to send => put logic in createNewTransaction method!
  • in createNewBlock method, build an Ethereum-type decentralized application, storing more data (ie. userID).
  • move Frontend to Vue CLI frameworks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published