An open API service indexing awesome lists of open source software.

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.

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.