Skip to content

Add ecosystem program examples section#1587

Merged
ZYJLiu merged 1 commit into
solana-foundation:mainfrom
mikemaccana:patch-2
Jun 22, 2026
Merged

Add ecosystem program examples section#1587
ZYJLiu merged 1 commit into
solana-foundation:mainfrom
mikemaccana:patch-2

Conversation

@mikemaccana

Copy link
Copy Markdown
Contributor

Problem

Not really a porblem, but Quicknode has their own Solana Program examples repo that includes more financial software, additional frameworks, Anchor 1.0 layouts and LiteSVM tests, etc. This would be a worthwhile addition to this page. I've added it under "Ecosystem Examples" heading at the bottom.

Summary of Changes

  • Additonal "Ecosystem Examples" heading and link
  • Also since "Token Extensions" is the official name and Token 2022 the codename, I corrected the link.

Change classification (SDLC §2)

  • Critical — auth, secrets/key handling, fund movement, deploy/CI
    security gates, or anything that changes who can do what
  • Standard — production-facing, non-critical (features, API/route
    changes, dependency updates, monitoring/config)
  • Low — no security impact (docs, tests, dev tooling, content)

Security checklist

  • No secrets, tokens, or credentials in source, env files, or CI logs
    (use Doppler / NEXT_PUBLIC_* only for values safe to ship to the
    browser).
  • Input from users or external services is validated before use; no
    dangerouslySetInnerHTML / unsanitized HTML on untrusted input.
  • New or updated dependencies are justified below, and pnpm audit
    passes (no new High/Critical advisories).
  • Errors are handled explicitly — no silent failures on production paths.
  • For Critical changes: a trust-boundary / threat-model note is
    included below, and a second reviewer has been requested.

New dependencies: none

@vercel vercel Bot temporarily deployed to Preview – solana-com-media June 19, 2026 16:16 Inactive
@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solana-com-docs Ready Ready Preview, Comment Jun 22, 2026 2:31pm
5 Skipped Deployments
Project Deployment Actions Updated (UTC)
solana-com Skipped Skipped Jun 22, 2026 2:31pm
solana-com-accelerate Skipped Skipped Jun 22, 2026 2:31pm
solana-com-breakpoint-2 Skipped Skipped Jun 22, 2026 2:31pm
solana-com-media Skipped Skipped Jun 22, 2026 2:31pm
templates Skipped Skipped Jun 22, 2026 2:31pm

Request Review

@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 19, 2026 16:16 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 June 19, 2026 16:16 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 19, 2026 16:16 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com June 19, 2026 16:16 Inactive
@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

@mikemaccana is attempting to deploy a commit to the Solana Foundation Team on Vercel.

A member of the Team first needs to authorize it.

@greptile-apps

greptile-apps Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR makes two documentation improvements to the program examples page: it renames the "Token 2022 (Token Extensions)" heading and TOC entry to use the official name first ("Token Extensions (Token 2022)"), and it appends a new "Ecosystem Solana program examples" section linking to QuickNode's third-party examples repo.

  • Heading and TOC entry for the Token Extensions section are renamed so the official name leads, with the legacy codename in parentheses.
  • A new "Ecosystem Solana program examples" section is added at the bottom, pointing to github.com/quicknode/solana-program-examples and noting it covers financial software, newer Anchor versions, and the Quasar framework.
  • A TOC anchor link to the new ecosystem section is added to the introductory list.

Confidence Score: 5/5

Safe to merge — documentation-only change with no functional code impact

All changes are confined to a single MDX documentation file. The heading rename, TOC update, and new ecosystem section are straightforward content edits with correctly matching anchors. No functional code, auth, or data paths are affected.

No files require special attention

Important Files Changed

Filename Overview
apps/docs/content/docs/en/programs/examples.mdx Renames heading/TOC entry to "Token Extensions (Token 2022)", adds ecosystem section with QuickNode link, and adds TOC anchor for it; one minor naming inconsistency remains in a table description cell

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    TOC["Table of Contents\n• Basics\n• Tokens\n• Token Extensions (Token 2022) ✏️\n• Ecosystem program examples 🆕"]
    TOC --> B["## Basics"]
    TOC --> T["## Tokens"]
    TOC --> TE["## Token Extensions (Token 2022) ✏️\n(was: Token 2022 (Token Extensions))"]
    TOC --> E["## Ecosystem Solana program examples 🆕\nQuickNode's Solana Program Examples"]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    TOC["Table of Contents\n• Basics\n• Tokens\n• Token Extensions (Token 2022) ✏️\n• Ecosystem program examples 🆕"]
    TOC --> B["## Basics"]
    TOC --> T["## Tokens"]
    TOC --> TE["## Token Extensions (Token 2022) ✏️\n(was: Token 2022 (Token Extensions))"]
    TOC --> E["## Ecosystem Solana program examples 🆕\nQuickNode's Solana Program Examples"]
Loading

Reviews (5): Last reviewed commit: "Add ecosystem program examples section" | Re-trigger Greptile

Comment thread apps/docs/content/docs/en/programs/examples.mdx Outdated
Comment thread apps/docs/content/docs/en/programs/examples.mdx Outdated
Comment thread apps/docs/content/docs/en/programs/examples.mdx Outdated
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 June 19, 2026 16:26 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-media June 19, 2026 16:26 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 19, 2026 16:26 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 19, 2026 16:26 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com June 19, 2026 16:26 Inactive
Comment thread apps/docs/content/docs/en/programs/examples.mdx Outdated
Comment thread apps/docs/content/docs/en/programs/examples.mdx Outdated
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 19, 2026 16:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com June 19, 2026 16:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 June 19, 2026 16:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 19, 2026 16:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-media June 19, 2026 16:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 June 19, 2026 18:33 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-media June 19, 2026 18:33 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com June 19, 2026 18:33 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 19, 2026 18:33 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 19, 2026 18:33 Inactive
@ZYJLiu

ZYJLiu commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

@mikemaccana, unable to merge due to new policy requiring:

Commits must have verified signatures.

Can you update?

@mikemaccana

Copy link
Copy Markdown
Contributor Author

@ZYJLiu yep sure, will do today

@mikemaccana

Copy link
Copy Markdown
Contributor Author

@ZYJLiu verified now!

@ZYJLiu ZYJLiu merged commit bed24da into solana-foundation:main Jun 22, 2026
16 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants