chiru-labs/ERC721A
https://ERC721A.org observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 1695
- days_rel: n/a
- days_push: 723
- n_releases_24m: 0
Adoption not part of the score
2526 stars · 815 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ERC721A is a Solidity smart contract library providing a fully compliant IERC721 (NFT) implementation optimized for significant gas savings when minting multiple NFTs in a single transaction. It was created by the Azuki team (Chiru Labs) and is distributed via npm for use in Ethereum smart contract projects.
Use cases
- mint multiple NFTs in one transaction with lower gas costs
- implement an ERC721-compliant NFT contract in Solidity
- build an NFT collection drop contract
- reduce gas fees for large-scale NFT mints
- create upgradeable NFT contracts with ERC721A-Upgradeable
When to choose
- you are deploying an NFT contract where users commonly mint several tokens per transaction
- you want a battle-tested, widely adopted ERC721 implementation with gas optimizations
- you need OpenZeppelin-compatible ERC721 with extension support
When to avoid
- your use case mints only one token at a time, where gas savings are minimal
- you need per-token ownership tracking to be cheap at scale, since batch minting trades off higher costs for later owner-of queries
- you require a non-Ethereum EVM standard or a different token standard like ERC1155
Facets
library · maturity stable
sdk developer-tools blockchain developer-tools cross-platform solidity erc721 nft smart-contracts gas-optimization ethereum web3 cryptocurrency
2 sources
- readme: https://github.com/chiru-labs/ERC721A · fetched 2026-08-28 · ad33847f95ea
- registry_npm: https://registry.npmjs.org/erc721a · fetched 2026-08-29 · 4f5e8b932845
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chiru-labs/ERC721A | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="chiru-labs/ERC721A")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem