# Consensys/Tokens

Ethereum Token Contracts

Repository: https://github.com/Consensys/Tokens
Canonical: https://ross.abutalabs.com/products/tokens
Language: JavaScript
License: MIT
License Family: permissive
Archived: true
Last push: 2024-06-24T13:24:34+00:00

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

## Adoption (not part of the score)
Stars 2122, forks 1188 (observed 2026-08-28T04:06:16.619719+00:00)

## What it is
A repository of minimalist, standards-compliant Solidity smart contracts for Ethereum tokens, primarily implementing the EIP20 (ERC-20) standard. It was intended as a readable reference implementation of token standards, but is now deprecated in favor of OpenZeppelin's token contracts.

## Use cases
- implement an erc20 token contract in solidity
- reference implementation of the eip20 token standard
- learn how ethereum token contracts work
- minimalist token contract for ethereum
- publish token contracts via ethpm

## When to choose
- studying a simple, well-documented ERC-20 reference implementation for learning purposes

## When to avoid
- starting a new production token project - the repo is deprecated and recommends OpenZeppelin
- needing feature-rich or audited token implementations with active maintenance
- requiring support for newer token standards like ERC-777 or ERC-4626

## Facets
- artifact type: library
- maturity: abandoned
- function: sdk, security
- domain: blockchain, developer-tools
- platform: -
- tags: ethereum, solidity, smart-contracts, erc20, token-standards, deprecated, eip20, cryptocurrency, nodejs, javascript

## Member repositories
- Consensys/Tokens (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:16.619719+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-30T02:52:51.573270+00:00, confidence not recorded.
  - readme: https://github.com/Consensys/Tokens (fetched 2026-08-28T04:06:16.619719+00:00, sha 67a74352ed03)
- Data as of 2026-08-30T08:39:29.467469+00:00.
