Vectorized/solady
Optimized Solidity snippets. observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 98
- Release rhythm 44
- 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: 11
- age_days: 1509
- days_rel: 373
- days_push: 16
- n_releases_24m: 16
Adoption not part of the score
3368 stars · 490 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Solady is a collection of gas-optimized Solidity smart contract snippets and libraries for Ethereum development. It provides implementations of popular token standards (ERC20, ERC721, ERC1155), authorization mixins, account abstraction contracts, and utility libraries.
Use cases
- deploy gas-efficient ERC20 tokens
- implement ERC721 NFT contracts with minimal gas costs
- add ownership and role-based access control to smart contracts
- build ERC4337 account abstraction wallets
- use utility libraries like Base64, ECDSA, and EIP712 in Solidity
- deploy deterministic contracts with CREATE3
- implement ERC4626 tokenized vaults
When to choose
- you want battle-tested, gas-optimized Solidity implementations of common standards
- you prefer copy-paste snippets over inheriting from a large framework like OpenZeppelin
- you need account abstraction (ERC4337, ERC6551, EIP7702) building blocks
- you want minimal dependencies and inline-assembly-optimized code
When to avoid
- you need a full audited framework with extensive upgradeability tooling
- you require formal verification guarantees or insurance-backed contracts
- you are not developing for EVM-compatible chains
Facets
library · maturity active
sdk auth serialization cryptography blockchain developer-tools solidity gas-optimization erc20 erc721 erc1155 inline-assembly smart-contracts web3 ethereum foundry hardhat
1 source
- readme: https://github.com/Vectorized/solady · fetched 2026-08-28 · d1f1c6fec78f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Vectorized/solady | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="Vectorized/solady")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem