Solidity
Solidity, the Smart Contract Programming Language observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 80
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 61
- age_days: 4034
- days_rel: 55
- days_push: 7
- n_releases_24m: 10
Adoption not part of the score
25718 stars · 6149 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
cli-tool · maturity active
programming-language compiler blockchain developer-tools blockchain programming-languages compilers developer-tools cpp cli cross-platform solidity smart-contracts ethereum evm solc web3 dapps cryptocurrency nodejs
5 sources
- readme: https://github.com/argotorg/solidity · fetched 2026-08-28 · 93608a932744
- homepage: https://soliditylang.org · fetched 2026-08-29 · 644c4f75b6d9
- site_page: https://docs.soliditylang.org/?color=light · fetched 2026-08-29 · 4efed46b9bd4
- site_page: https://www.soliditylang.org/about · fetched 2026-08-29 · 2f3d2759cce3
- site_page: https://docs.soliditylang.org/en/latest/installing-solidity.html?color=light · fetched 2026-08-29 · 31c7c4822425
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| argotorg/solidity | main | 93 |
| argotorg/solc-js | sdk | 75 |
For agents
markdown · JSON · MCP: product_card(name="argotorg/solidity")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem