All articles
solananftmetaplexawesome-listopen-sourcebuildersilmoi

Awesome Solana NFTs: builder map of standards and tools

How to use ilmoi/awesome-solana-nfts (~990★) — curated Solana NFT standards, issuance, vaults, staking, marketplaces, data, and community tools. Inclusion rules, section map, and a verify-before-depend workflow. Maintainer @ilmoi.

devrels.xyz/a/231short link

ilmoi/awesome-solana-nfts is a curated awesome list of resources for people building or shipping NFTs on Solana — open standards, protocols, OSS repos, and community tools. Maintainer: ilmoi (@ilmoi).

It is deliberately not a calendar of mints. Upstream rules: include working standards and tools; exclude individual drops and “coming soon” without code. Prefer OSS over closed source; order entries by GitHub stars where comparable.

People and links

Attribution
RoleHandle / URL
Repogithub.com/ilmoi/awesome-solana-nfts
Maintainerilmoi · devrels member · @ilmoi · github.com/ilmoi
Scale (approx)~990★ · ~200 forks

Inclusion rules (from upstream)

Filter
InOut
Open standards and protocolsIndividual NFT drops / collections as marketing
OSS repos and community-built toolsFuture promises without code or a working product
Working closed tools after OSS peersUnverifiable “stealth” product claims

Missing something real? Upstream asks for a PR — match the section style and keep the OSS-first ordering.

Section map

Where to look
SectionJob to be doneTypical entries
NFT open standardsOn-chain/off-chain metadata shapeMetaplex Token Metadata; collection standards
NFT issuanceMint, auction, launch surfacesMetaplex programs, Candy Machine, storefronts, launchpads
VaultsEscrow / bank NFTs with rulesToken Vault, Gem Bank
WhitelistingAllowlisted sales / dropsGumdrop, whitelist airdrop scripts
StakingYield / lock for NFT or multi-mint depositsGem Farm, Serum/Step stake programs
Airdrops to holdersSnapshot + distribute to NFT communitiesGumdrop, Air Support, CLI airdrop kits
Escrows / swapsP2P trade without trusting a website custody storyAuction House, Token Entangler, P2P swap UIs
MarketplacesBuy/sell venues and protocolsListed marketplace stacks (verify current status)
GalleriesDisplay / portfolio UXGallery front-ends
Upcoming dropsDiscovery calendars (weakest long-term signal)Aggregators — highest rot rate
NFT dataIndexing, APIs, analyticsData providers and open indexers
Fractionalization / liquiditySplit ownership / trade piecesVault + market designs
Verification / securityAuthenticity / scam hygieneVerification tools (pair with security awesome lists)
Marketplace botsAutomation around listings/snipesBot frameworks — legal/ToS risk on you
Community-built toolsSnapshots, CLIs, helpersLarge grab-bag of OSS utilities
Generative art toolsTrait engines / art pipelinesHashLips-class and Solana-oriented generators
RPC providersInfra for NFT-heavy readsProvider shortlist (cross-check live pricing)
Related awesome listsJump to sibling shelvesOther Solana awesome repos

How to use it (workflow)

text
1. Start from the job (mint vs stake vs marketplace vs data)
2. Prefer OSS rows in that section
3. Open the linked repo — not only the awesome README
4. Verify: license, last commit, open issues, docs still resolve
5. Prefer primary upstream (e.g. metaplex-foundation/*) over stale forks
6. Pin a commit/tag in your app — never “whatever main is today”
bash
open https://github.com/ilmoi/awesome-solana-nfts

# Health-check a candidate
gh repo view metaplex-foundation/mpl-token-metadata \
  --json stargazerCount,pushedAt,licenseInfo,url

Staleness: the list’s own default branch may lag the ecosystem (Token Metadata paths, Candy Machine versions, marketplace brands). Use it as a map of categories and historical OSS, then confirm the 2026 default package names (e.g. current Metaplex client stack) from upstream docs.

Related DevRels shelves

Contributing a missing tool

  1. Working product or public OSS — not a pitch deck.
  2. Land in the correct section; OSS above closed peers.
  3. One-line description + link; star badges optional via upstream style.
  4. PR with why it belongs (job-to-be-done, not marketing adjectives).

Summary

awesome-solana-nfts is ilmoi’s long-running, OSS-first index of Solana NFT standards and tooling. Navigate by section, ignore drop calendars as architecture input, and re-verify every dependency on the live GitHub repo before you mint, stake, or index against it.

Keep reading

Get new articles in your inbox

Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.

Awesome Solana NFTs: builder map of standards and tools | devrels.xyz