This repository contains a basic implementation of a blockchain in Go, created as an educational resource. The project demonstrates fundamental blockchain concepts in under 200 lines of code.
- Blockchain networking
- Code your own blockchain mining algorithm!
- Learn how to store data through the blockchain ising IPFS
- Code your own proof of stake algorithm!
- Code a simple P2P blockchain in Go!
- Advanced Blockchain Concepts for Beginners
- Start your own Hyperledger blockchain
- Build a DApp on Hyperledger