# cosme12/SimpleCoin

Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.

Repository: https://github.com/cosme12/SimpleCoin
Canonical: https://ross.abutalabs.com/products/simplecoin
Language: Python
License: MIT
License Family: permissive
Topics: blockchain, cryptocurrency, bitcoin, python
Last push: 2023-06-05T04:23:16+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3153, "days_push": 1185, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1784, forks 391 (observed 2026-08-28T04:05:35.930190+00:00)

## What it is
SimpleCoin is a minimal, intentionally insecure and incomplete blockchain cryptocurrency implementation in Python, meant as educational material. It includes a miner node (with proof-of-work mining and a Flask server) and a wallet for sending transactions.

## Use cases
- learn how blockchain works
- understand proof-of-work mining
- build a simple bitcoin clone
- study cryptocurrency transaction handling
- teach blockchain concepts with runnable code
- see how mining nodes communicate over HTTP

## When to choose
- you want a small, readable codebase to learn blockchain fundamentals
- you're teaching or self-studying how cryptocurrencies work internally
- you want a toy project to extend with your own experiments

## When to avoid
- you need a secure or production-ready cryptocurrency
- you want a complete Bitcoin implementation with full protocol compatibility
- you need performance, scalability, or real monetary value

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: blockchain, cryptography, http-server, developer-tools
- domain: blockchain, education
- platform: python, cross-platform, cli
- tags: educational, toy-project, bitcoin-clone, proof-of-work, mining, wallet, flask, cryptocurrency, python

## Member repositories
- cosme12/SimpleCoin (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:35.930190+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-30T03:24:14.982662+00:00, confidence not recorded.
  - readme: https://github.com/cosme12/SimpleCoin (fetched 2026-08-28T04:05:35.930190+00:00, sha 437f4be139ba)
- Data as of 2026-08-30T08:39:29.467469+00:00.
