Skip to content

Testing Block-chain principles. Exercise based on a course about JavaScript. The simple interface allows the user to send, receive and look for transactions validated by the block-chain protocol.

Notifications You must be signed in to change notification settings

alef-garrido/myBlockchainPrototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myBlockChain

Testing BlockChain principles with JS. // To run this network using different computers copy the entire project and run it sharing the same Wi-fi network and replacing 'localhost' address with IP-address:'node#'. // No error handling has been made as the focus of the project was only to get to know basic principles of blockchain technology using JS. // Next possible improvements: Founds verification from the sender when making transactions, add data types to store inside of each block and use that data when generating block hash.

About

Testing Block-chain principles. Exercise based on a course about JavaScript. The simple interface allows the user to send, receive and look for transactions validated by the block-chain protocol.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published