Skip to content

Releases: Manas-Nagelia/Blockchain

January 2021 - Basic Blockchain Logic

20 Jan 19:37
Compare
Choose a tag to compare

This is the first release of this simple blockchain!

This is written in pure TypeScript. This release only contains the backend logic, no front-end. Note that we're using a proof-of-work system here, rather than the preferred proof-of-stake.

I will not be working on this project anymore. This project was only meant for educational purposes for myself. But, I encourage any developer to expand on this starting point.

Possible Updates:

  • Implement a proof-of-stake system
  • Improve the security
  • Implement a GUI
  • Improve the overall logic