Skip to content

Commit bed24da

Browse files
authored
Add ecosystem program examples section (#1587)
1 parent afb9b58 commit bed24da

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

apps/docs/content/docs/en/programs/examples.mdx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ example programs within them:
2020

2121
- [Basics](#basics)
2222
- [Tokens](#tokens)
23-
- [Token 2022 (Token Extensions)](#token-2022-token-extensions)
23+
- [Token Extensions (Token 2022)](#token-extensions-token-2022)
24+
25+
There are also [ecosystem program examples](#ecosystem-solana-program-examples)
2426

2527
## Basics
2628

@@ -61,7 +63,7 @@ interact with them in programs.
6163
| [Transfer Tokens](https://github.com/solana-developers/program-examples/tree/main/tokens/transfer-tokens) | Shows how to transfer SPL token using CPIs into the token program. | Anchor, Native |
6264
| [Token-2022](https://github.com/solana-developers/program-examples/tree/main/tokens/token-2022) | See Token 2022 (Token extensions). | Anchor, Native |
6365

64-
## Token 2022 (Token Extensions)
66+
## Token Extensions (Token 2022)
6567

6668
Token 2022 is a new standard for tokens on Solana. It is a more flexible and
6769
lets you add 16 different extensions to a token mint to add more functionality
@@ -78,3 +80,12 @@ to it. A full list of the extensions can be found in the
7880
| [Not Transferable](https://github.com/solana-developers/program-examples/tree/main/tokens/token-2022/non-transferable) | Useful for example for achievements, referral programs or any soul bound tokens. | Anchor, Native |
7981
| [Transfer fee](https://github.com/solana-developers/program-examples/tree/main/tokens/token-2022/transfer-fee) | Every transfer of the tokens hold some tokens back in the token account which can then be collected. | Anchor, Native |
8082
| [Transfer Hook](https://github.com/solana-developers/program-examples/tree/main/tokens/token-2022/transfer-hook) | Four examples to add additional functionality to your token using a CPI from the token program into your program. | Anchor |
83+
84+
## Ecosystem Solana program examples
85+
86+
Third parties often maintain their own libraries of example Solana programs.
87+
These are maintained by the providers rather than by Solana Foundation.
88+
89+
- [Quicknode's Solana Program Examples](https://github.com/quicknode/solana-program-examples)
90+
provides additional programs, particularly for financial software, for both
91+
newer Anchor versions and the Quasar framework.

0 commit comments

Comments
 (0)