jakhax / blockchain-with-go

This is my attempt of learning how blockchain works, using Golang - Personaly I think blockchain is just a "fuss" but maybe creating one will change my mind.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockchain with Go

Description

This is my attempt for learning how blockchain works using Golang - which I recently started to learning.


Concepts To Learn

  • Basic Prototype - blockchain simple structure
  • Networking - simple blockchain network without decentralization
  • Proof of work
  • Peer to Peer network - with decentralization.
  • Proof of Stake
  • IPFS
  • Hyperledger blockchain
  • and more stuff that i dont know now...

References

License (MIT License)

This project is licensed under the MIT Open Source license, (c) Jack ogina

About

This is my attempt of learning how blockchain works, using Golang - Personaly I think blockchain is just a "fuss" but maybe creating one will change my mind.

License:MIT License


Languages

Language:Go 100.0%