https://github.com/lnsp/txledger
Build your own blockchain. For learning purposes.
https://github.com/lnsp/txledger
blockchain distributed-ledger golang learning learning-exercise
Last synced: about 1 year ago
JSON representation
Build your own blockchain. For learning purposes.
- Host: GitHub
- URL: https://github.com/lnsp/txledger
- Owner: lnsp
- License: mit
- Created: 2018-01-14T00:58:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T00:24:27.000Z (over 7 years ago)
- Last Synced: 2025-02-11T16:41:47.703Z (over 1 year ago)
- Topics: blockchain, distributed-ledger, golang, learning, learning-exercise
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# txledger
This repository contains txledger, a piece of software crafted purely for learning purposes. It is a dead-simple implementation of a basic blockchain, excluding peer-to-peer support and other features.
It mainly focuses on security and the fundamental basics of how a blockchain works. Feels free to fork, add features and optimize.