@@ -17,9 +17,10 @@ Each folder includes examples for one or more of the following
17
17
18
18
If a given example is missing, please add it!
19
19
20
- ## The example projects!
20
+ ## The example projects
21
21
22
- ### basics
22
+ <details >
23
+ <summary >Basics</summary >
23
24
24
25
#### account-data
25
26
@@ -81,7 +82,9 @@ If a given example is missing, please add it!
81
82
82
83
[ anchor] ( ./basics/transfer-sol/anchor ) , [ native] ( ./basics/transfer-sol/native ) , [ seahorse] ( ./basics/transfer-sol/seahorse )
83
84
84
- ### tokens
85
+ </details >
86
+ <details >
87
+ <summary >Tokens</summary >
85
88
86
89
#### create-token
87
90
@@ -111,7 +114,11 @@ If a given example is missing, please add it!
111
114
112
115
[ anchor] ( ./tokens/transfer-tokens/anchor ) , [ native] ( ./tokens/transfer-tokens/native ) , [ seahorse] ( ./tokens/transfer-tokens/seahorse )
113
116
114
- ### tokens/token-2022
117
+ </details >
118
+
119
+ <details >
120
+
121
+ <summary >Token Extensions</summary >
115
122
116
123
#### basics
117
124
@@ -165,7 +172,10 @@ If a given example is missing, please add it!
165
172
166
173
[ anchor] ( ./tokens/token-2022/transfer-fee/anchor ) , [ native] ( ./tokens/token-2022/transfer-fee/native )
167
174
168
- ### compression
175
+ </details >
176
+ <details >
177
+
178
+ <summary >Compression</summary >
169
179
170
180
#### cnft-burn
171
181
@@ -179,12 +189,18 @@ If a given example is missing, please add it!
179
189
180
190
[ anchor] ( ./compression/cutils/anchor )
181
191
182
- ### oracles
192
+ </details >
193
+
194
+ <details >
195
+
196
+ <summary >Oracles</summary >
183
197
184
198
#### pyth
185
199
186
200
[ anchor] ( ./oracles/pyth/anchor ) , [ seahorse] ( ./oracles/pyth/seahorse )
187
201
202
+ </details >
203
+
188
204
## Examples We'd Love to See!
189
205
190
206
- Examples needed for Native:
0 commit comments