# Solidity

Solidity, the Smart Contract Programming Language

Repository: https://github.com/argotorg/solidity
Canonical: https://ross.abutalabs.com/products/solidity
Homepage: https://soliditylang.org
Language: C++
License: GPL-3.0
License Family: copyleft
Topics: cpp, ethereum, smartcontracts, language, solidity, blockchain, hacktoberfest, programming-language
Last push: 2026-08-26T23:00:36+00:00
Link (homepage): https://soliditylang.org
Link (site_page): https://docs.soliditylang.org/?color=light
Link (site_page): https://www.soliditylang.org/about
Link (site_page): https://docs.soliditylang.org/en/latest/installing-solidity.html?color=light

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 80, longevity 100
- inputs: {"age_days": 4034, "days_push": 7, "days_rel": 55, "gap_med": 61, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 25718, forks 6149 (observed 2026-08-28T04:11:38.439762+00:00)

## What it is
Solidity is a statically-typed, contract-oriented high-level programming language for writing smart contracts that run on the Ethereum Virtual Machine. The repository contains the reference compiler (solc), also available as a JavaScript build (solc-js) via npm.

## Use cases
- write smart contracts for ethereum
- compile solidity to evm bytecode
- create erc-20 tokens
- build decentralized applications
- implement voting or auction contracts
- develop multi-signature wallets

## When to choose
- you are developing smart contracts for Ethereum or EVM-compatible chains
- you need the official, up-to-date Solidity compiler with the latest features and security fixes
- you want a mature language with extensive documentation and community tooling like Remix

## When to avoid
- you target non-EVM blockchains such as Solana or Move-based chains
- you need long-term compiler stability, since 0.x versioning means regular breaking changes
- you only need to audit or analyze existing contracts rather than write and compile new ones

## Facets
- artifact type: cli-tool
- maturity: active
- function: programming-language, compiler, blockchain, developer-tools
- domain: blockchain, programming-languages, compilers, developer-tools
- platform: cpp, cli, cross-platform
- tags: solidity, smart-contracts, ethereum, evm, solc, web3, dapps, cryptocurrency, nodejs

## Member repositories
- argotorg/solidity (main) score 93
- argotorg/solc-js (sdk) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:38.439762+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-29T16:55:59.993028+00:00, confidence not recorded.
  - readme: https://github.com/argotorg/solidity (fetched 2026-08-28T04:11:38.439762+00:00, sha 93608a932744)
  - homepage: https://soliditylang.org (fetched 2026-08-29T07:53:03.456124+00:00, sha 644c4f75b6d9)
  - site_page: https://docs.soliditylang.org/?color=light (fetched 2026-08-29T07:53:03.458978+00:00, sha 4efed46b9bd4)
  - site_page: https://www.soliditylang.org/about (fetched 2026-08-29T07:53:03.461019+00:00, sha 2f3d2759cce3)
  - site_page: https://docs.soliditylang.org/en/latest/installing-solidity.html?color=light (fetched 2026-08-29T07:53:03.462724+00:00, sha 31c7c4822425)
- Data as of 2026-08-30T08:39:29.467469+00:00.
