• Stars
    star
    2
  • Language
    Python
  • Created about 7 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The fastest way to learn how Blockchains work is to build one! Blockchain is an immutable, sequential chain of records called Blocks. They contain transactions or any data you like. But the important thing is that they’re chained together using hashes.