# Savjee/SavjeeCoin

A simple blockchain in Javascript. For educational purposes only.

Repository: https://github.com/Savjee/SavjeeCoin
Canonical: https://ross.abutalabs.com/products/savjeecoin
Language: JavaScript
License: MIT
License Family: permissive
Topics: blockchain, wallet, cryptography
Last push: 2025-11-21T21:54:44+00:00

## Health v2 (maintenance only)
Score: 56/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 53, release rhythm 35, longevity 100
- inputs: {"age_days": 3260, "days_push": 285, "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 1770, forks 740 (observed 2026-08-28T04:05:34.005028+00:00)

## What it is
SavjeeCoin is a minimal blockchain implementation in JavaScript, built as an npm library to accompany a YouTube tutorial series. It demonstrates proof-of-work mining, transaction signing with elliptic-curve keypairs, and chain tampering verification.

## Use cases
- learn how a blockchain works by reading simple JavaScript code
- follow along with a blockchain video tutorial
- experiment with proof-of-work mining in a toy implementation
- generate wallet keypairs and sign transactions in a demo
- teach blockchain concepts in a classroom or workshop

## When to choose
- you want a small, readable codebase to understand blockchain fundamentals
- you are following the author's YouTube tutorial series
- you need a teaching example rather than production code

## When to avoid
- you need a secure or production-ready blockchain
- you want smart contracts or a real cryptocurrency network
- you need performance or consensus beyond simple proof-of-work

## Facets
- artifact type: library
- maturity: maintenance
- function: cryptography, blockchain, developer-tools
- domain: blockchain, education, developer-tools
- platform: -
- tags: educational, proof-of-work, wallet, tutorial, toy-project, cryptocurrency, nodejs, javascript

## Member repositories
- Savjee/SavjeeCoin (main) score 56

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:34.005028+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:26:02.438347+00:00, confidence not recorded.
  - readme: https://github.com/Savjee/SavjeeCoin (fetched 2026-08-28T04:05:34.005028+00:00, sha c3cf3054ca55)
- Data as of 2026-08-30T08:39:29.467469+00:00.
