# Jeiwan/blockchain_go

A simplified blockchain implementation in Golang

Repository: https://github.com/Jeiwan/blockchain_go
Canonical: https://ross.abutalabs.com/products/blockchain_go
Language: Go
License Family: other
Topics: golang, blockchain, bitcoin, cryptocurrency
Last push: 2024-06-20T18:03:44+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3305, "days_push": 804, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4375, forks 1175 (observed 2026-08-28T04:08:46.879371+00:00)

## What it is
A simplified blockchain implementation in Go built as a companion to a seven-part tutorial series. It demonstrates core blockchain concepts including proof-of-work, transactions, addresses, persistence, and peer networking.

## Use cases
- learn how blockchains work by building one in Go
- understand proof-of-work mining with a minimal example
- study bitcoin-style transactions and UTXO model
- see how blockchain nodes communicate over a network
- follow a step-by-step blockchain tutorial series

## When to choose
- you want to learn blockchain internals through hands-on code
- you prefer a small, readable codebase over production complexity
- you're following the author's tutorial articles

## When to avoid
- you need a production-ready or secure blockchain
- you want smart contract support or modern consensus mechanisms
- you need a maintained project with a license for commercial use

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: blockchain, cli, cryptography
- domain: blockchain, education, developer-tools
- platform: go, cli, cross-platform
- tags: tutorial, proof-of-work, bitcoin, educational-project, golang, cryptocurrency

## Member repositories
- Jeiwan/blockchain_go (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:46.879371+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:21:20.330346+00:00, confidence not recorded.
  - readme: https://github.com/Jeiwan/blockchain_go (fetched 2026-08-28T04:08:46.879371+00:00, sha f2db033f58f2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
