forked from solana-foundation/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplates.json
More file actions
604 lines (604 loc) · 19.4 KB
/
templates.json
File metadata and controls
604 lines (604 loc) · 19.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
[
{
"description": "Kit Templates (using @solana/kit)",
"name": "Kit",
"path": "kit",
"templates": [
{
"description": "Next.js, Tailwind, @solana/react-hooks",
"id": "gh:solana-foundation/templates/kit/nextjs",
"image": "kit/nextjs/og-image.png",
"keywords": [
"kit",
"nextjs",
"react",
"solana-kit",
"tailwind",
"typescript"
],
"name": "nextjs",
"path": "kit/nextjs"
},
{
"description": "Next.js, Tailwind, @solana/react-hooks, Anchor vault program",
"id": "gh:solana-foundation/templates/kit/nextjs-anchor",
"image": "kit/nextjs-anchor/og-image.png",
"keywords": [
"anchor",
"kit",
"nextjs",
"react",
"solana-kit",
"tailwind",
"typescript"
],
"name": "nextjs-anchor",
"path": "kit/nextjs-anchor"
},
{
"description": "React + Vite, Tailwind, @solana/react-hooks",
"id": "gh:solana-foundation/templates/kit/react-vite",
"image": "kit/react-vite/og-image.png",
"keywords": [
"kit",
"react",
"solana-kit",
"tailwind",
"typescript",
"vite"
],
"name": "react-vite",
"path": "kit/react-vite"
},
{
"description": "React + Vite, Tailwind, @solana/react-hooks, Anchor vault program",
"id": "gh:solana-foundation/templates/kit/react-vite-anchor",
"image": "kit/react-vite-anchor/og-image.png",
"keywords": [
"anchor",
"kit",
"react",
"solana-kit",
"tailwind",
"typescript",
"vite"
],
"name": "react-vite-anchor",
"path": "kit/react-vite-anchor"
}
]
},
{
"description": "Solana Mobile Templates",
"name": "Solana Mobile",
"path": "mobile",
"templates": [
{
"description": "A minimal template for building a Solana mobile app with Expo, React Native, and Solana Kit.",
"id": "gh:solana-foundation/templates/mobile/kit-expo-minimal",
"image": "mobile/kit-expo-minimal/og-image.png",
"keywords": [
"expo",
"mobile-wallet-adapter",
"react-native",
"solana-kit"
],
"name": "kit-expo-minimal",
"path": "mobile/kit-expo-minimal",
"displayName": "Minimal Mobile Kit Expo example",
"usecase": "Mobile"
},
{
"description": "A template for building a Solana mobile app with Expo, React Native, Solana Kit, and Uniwind.",
"id": "gh:solana-foundation/templates/mobile/kit-expo-uniwind",
"image": "mobile/kit-expo-uniwind/og-image.png",
"keywords": [
"expo",
"mobile-wallet-adapter",
"react-native",
"solana-kit",
"uniwind",
"tailwind"
],
"name": "kit-expo-uniwind",
"path": "mobile/kit-expo-uniwind",
"displayName": "Uniwind Mobile Kit Expo example",
"usecase": "Mobile"
},
{
"description": "A template for building a Solana mobile app with Expo and React Native.",
"id": "gh:solana-foundation/templates/mobile/web3js-expo",
"image": "mobile/web3js-expo/og-image.png",
"keywords": [
"expo",
"mobile-wallet-adapter",
"react-native",
"solana-web3js"
],
"name": "web3js-expo",
"path": "mobile/web3js-expo",
"displayName": "Mobile Expo Boilerplate",
"usecase": "Mobile"
},
{
"description": "A minimal template for building a Solana mobile app with Expo and React Native.",
"id": "gh:solana-foundation/templates/mobile/web3js-expo-minimal",
"image": "mobile/web3js-expo-minimal/og-image.png",
"keywords": [
"expo",
"mobile-wallet-adapter",
"react-native",
"solana-web3js"
],
"name": "web3js-expo-minimal",
"path": "mobile/web3js-expo-minimal",
"displayName": "Minimal Mobile Expo example",
"usecase": "Mobile"
},
{
"description": "A template for building a Solana mobile app with Expo and React Native Paper.",
"id": "gh:solana-foundation/templates/mobile/web3js-expo-paper",
"image": "mobile/web3js-expo-paper/og-image.png",
"keywords": [
"expo",
"mobile-wallet-adapter",
"react-native",
"react-native-paper",
"solana-web3js"
],
"name": "web3js-expo-paper",
"path": "mobile/web3js-expo-paper",
"displayName": "Paper Boilerplate",
"usecase": "Mobile"
}
]
},
{
"description": "Templates using @solana/web3.js (legacy)",
"name": "Web3.js Templates",
"path": "web3js",
"templates": [
{
"description": "Next.js, Tailwind, @solana/web3.js, Wallet Adapter",
"id": "gh:solana-foundation/templates/web3js/web3js-next-tailwind",
"image": "web3js/web3js-next-tailwind/og-image.png",
"keywords": [
"nextjs",
"react",
"solana-web3js",
"tailwind",
"typescript",
"wallet-adapter"
],
"name": "web3js-next-tailwind",
"path": "web3js/web3js-next-tailwind",
"displayName": "Web3js Boilerplate",
"usecase": "Legacy"
},
{
"description": "Next.js, Tailwind, @solana/web3.js, Wallet Adapter, basic Anchor program",
"id": "gh:solana-foundation/templates/web3js/web3js-next-tailwind-basic",
"image": "web3js/web3js-next-tailwind-basic/og-image.png",
"keywords": [
"anchor-basic",
"nextjs",
"react",
"solana-web3js",
"tailwind",
"typescript",
"wallet-adapter"
],
"name": "web3js-next-tailwind-basic",
"path": "web3js/web3js-next-tailwind-basic",
"displayName": "Web3js Basic",
"usecase": "Legacy"
},
{
"description": "Next.js, Tailwind, @solana/web3.js, Wallet Adapter, Anchor Counter program",
"id": "gh:solana-foundation/templates/web3js/web3js-next-tailwind-counter",
"image": "web3js/web3js-next-tailwind-counter/og-image.png",
"keywords": [
"anchor-counter",
"nextjs",
"react",
"solana-web3js",
"tailwind",
"typescript",
"wallet-adapter"
],
"name": "web3js-next-tailwind-counter",
"path": "web3js/web3js-next-tailwind-counter",
"displayName": "Web3js Counter",
"usecase": "Legacy"
},
{
"description": "React + Vite, Tailwind, @solana/web3.js, Wallet Adapter",
"id": "gh:solana-foundation/templates/web3js/web3js-react-vite-tailwind",
"image": "web3js/web3js-react-vite-tailwind/og-image.png",
"keywords": [
"react",
"solana-web3js",
"tailwind",
"typescript",
"vite",
"wallet-adapter"
],
"name": "web3js-react-vite-tailwind",
"path": "web3js/web3js-react-vite-tailwind",
"displayName": "Web3js Boilerplate (Vite)",
"usecase": "Legacy"
},
{
"description": "React + Vite, Tailwind, @solana/web3.js, Wallet Adapter, basic Anchor program",
"id": "gh:solana-foundation/templates/web3js/web3js-react-vite-tailwind-basic",
"image": "web3js/web3js-react-vite-tailwind-basic/og-image.png",
"keywords": [
"anchor-basic",
"react",
"solana-web3js",
"tailwind",
"typescript",
"vite",
"wallet-adapter"
],
"name": "web3js-react-vite-tailwind-basic",
"path": "web3js/web3js-react-vite-tailwind-basic",
"displayName": "Web3js Basic",
"usecase": "Legacy"
},
{
"description": "React + Vite, Tailwind, @solana/web3.js, Wallet Adapter, Anchor Counter program",
"id": "gh:solana-foundation/templates/web3js/web3js-react-vite-tailwind-counter",
"image": "web3js/web3js-react-vite-tailwind-counter/og-image.png",
"keywords": [
"anchor-counter",
"web3js",
"react",
"solana-web3js",
"tailwind",
"typescript",
"vite",
"wallet-adapter"
],
"name": "web3js-react-vite-tailwind-counter",
"path": "web3js/web3js-react-vite-tailwind-counter",
"displayName": "Web3js Counter",
"usecase": "Legacy"
}
]
},
{
"description": "Templates maintained by the Solana community",
"name": "Community Templates",
"path": "community",
"templates": [
{
"description": "Next.js store template using @solana-commerce/headless and @solana/kit",
"id": "gh:solana-foundation/templates/community/commerce-kit-store",
"image": "community/commerce-kit-store/og-image.png",
"keywords": [
"nextjs",
"react",
"@solana/kit",
"@solana-commerce/headless",
"solana-pay",
"tailwind",
"typescript"
],
"name": "commerce-kit-store",
"path": "community/commerce-kit-store",
"displayName": "Solana Commerce Kit Store",
"usecase": "Starter"
},
{
"description": "Next.js + Tailwind template showing basic Drift Protocol integration",
"id": "gh:solana-foundation/templates/community/drift-hello-world",
"image": "community/drift-hello-world/og-image.png",
"keywords": [
"drift",
"defi",
"perps",
"nextjs",
"tailwind",
"typescript",
"solana",
"wallet-adapter"
],
"name": "drift-hello-world",
"path": "community/drift-hello-world",
"displayName": "Drift Hello World",
"usecase": "DeFi"
},
{
"description": "x402 protocol implementation for Solana with Facilitator and Server apps using TypeScript and @solana/kit",
"id": "gh:solana-foundation/templates/community/kit-node-solanax402",
"image": "community/kit-node-solanax402/og-image.png",
"keywords": [
"solana",
"x402",
"payment",
"protocol",
"blockchain",
"typescript"
],
"name": "kit-node-solanax402",
"path": "community/kit-node-solanax402",
"displayName": "x402 Express Server",
"usecase": "Payments"
},
{
"description": "React Native (Expo) template with LazorKit passkey wallet integration for Solana",
"id": "gh:solana-foundation/templates/community/lazorkit-starter-expo",
"image": "community/lazorkit-starter-expo/og-image.png",
"keywords": [
"solana",
"lazorkit",
"passkey",
"smart-wallet",
"expo",
"react-native",
"mobile",
"typescript"
],
"name": "lazorkit-starter-expo",
"path": "community/lazorkit-starter-expo",
"displayName": "LazorKit Starter (Expo)",
"usecase": "Mobile"
},
{
"description": "Next.js template with LazorKit passkey wallet integration for Solana",
"id": "gh:solana-foundation/templates/community/lazorkit-starter-next",
"image": "community/lazorkit-starter-next/og-image.png",
"keywords": [
"solana",
"lazorkit",
"passkey",
"smart-wallet",
"nextjs",
"react",
"typescript",
"tailwind"
],
"name": "lazorkit-starter-next",
"path": "community/lazorkit-starter-next",
"displayName": "LazorKit Starter (Next.js)",
"usecase": "Starter"
},
{
"description": "React + Vite template with LazorKit passkey wallet integration for Solana",
"id": "gh:solana-foundation/templates/community/lazorkit-starter-vite",
"image": "community/lazorkit-starter-vite/og-image.png",
"keywords": [
"solana",
"lazorkit",
"passkey",
"smart-wallet",
"vite",
"react",
"typescript"
],
"name": "lazorkit-starter-vite",
"path": "community/lazorkit-starter-vite",
"displayName": "LazorKit Starter (Vite)",
"usecase": "Starter"
},
{
"description": "A modern, script-driven Solana airdrop template that distributes SOL to many recipients efficiently using a Merkle tree",
"id": "gh:solana-foundation/templates/community/merkle-airdrop",
"image": "community/merkle-airdrop/og-image.png",
"keywords": [
"nextjs",
"react",
"tailwind",
"typescript",
"framework-kit"
],
"name": "merkle-airdrop",
"path": "community/merkle-airdrop",
"displayName": "Merkle Airdrop",
"usecase": "Airdrop"
},
{
"description": "Complete x402 payment protocol demo with MoneyMQ facilitator, showing micropayment-protected APIs on Solana",
"id": "gh:solana-foundation/templates/community/moneymq-x402",
"image": "community/moneymq-x402/og-image.png",
"keywords": [
"x402",
"moneymq",
"payments",
"micropayments",
"solana",
"api-monetization",
"kora",
"facilitator",
"typescript"
],
"name": "moneymq-x402",
"path": "community/moneymq-x402",
"displayName": "MoneyMQ x402 Demo",
"usecase": "Payments"
},
{
"description": "Vite + vanilla JavaScript template for integrating Phantom's embedded user wallets on Solana",
"id": "gh:solana-foundation/templates/community/phantom-embedded-js",
"image": "community/phantom-embedded-js/og-image.png",
"keywords": [
"solana",
"phantom",
"wallet",
"embedded-wallet",
"javascript",
"typescript",
"vite",
"oauth",
"social-login"
],
"name": "phantom-embedded-js",
"path": "community/phantom-embedded-js",
"displayName": "Phantom Embedded JS",
"usecase": "Auth"
},
{
"description": "Next.js template with Phantom Embedded Wallet SDK for seamless Web3 authentication",
"id": "gh:solana-foundation/templates/community/phantom-embedded-react",
"image": "community/phantom-embedded-react/og-image.png",
"keywords": [
"solana",
"phantom",
"embedded-wallet",
"nextjs",
"react",
"typescript",
"tailwind",
"web3",
"authentication"
],
"name": "phantom-embedded-react",
"path": "community/phantom-embedded-react",
"displayName": "Phantom Embedded Wallet",
"usecase": "Starter"
},
{
"description": "A minimal Expo starter template for integrating Phantom's embedded user wallets on Solana for mobile apps",
"id": "gh:solana-foundation/templates/community/phantom-embedded-react-native",
"image": "community/phantom-embedded-react-native/og-image.png",
"keywords": [
"solana",
"phantom",
"wallet",
"embedded-wallet",
"react-native",
"expo",
"mobile",
"typescript",
"oauth",
"authentication"
],
"name": "phantom-embedded-react-native-starter",
"path": "community/phantom-embedded-react-native",
"displayName": "Phantom Embedded React Native Starter",
"usecase": "Mobile"
},
{
"description": "ChatGPT app with Solana features - Swaps, transfers, staking and data query via natural language. Browser wallets + x402 payments or private key mode",
"id": "gh:solana-foundation/templates/community/solana-chatgpt-kit",
"image": "community/solana-chatgpt-kit/og-image.png",
"keywords": [
"solana",
"chatgpt",
"openai",
"mcp",
"jupiter",
"x402",
"payments",
"swap",
"wallet",
"defi",
"staking",
"nextjs",
"typescript",
"spl-token",
"sns"
],
"name": "solana-chatgpt-kit",
"path": "community/solana-chatgpt-kit",
"displayName": "Solana ChatGPT Kit",
"usecase": "Starter"
},
{
"description": "Authenticate Solana wallets with Supabase",
"id": "gh:solana-foundation/templates/community/supabase-auth",
"image": "community/supabase-auth/og-image.png",
"keywords": [
"supabase",
"authentication",
"solana",
"framework-kit"
],
"name": "supabase-auth",
"path": "community/supabase-auth",
"displayName": "Supabase Auth",
"usecase": "Auth"
},
{
"description": "x402 payment server template for Solana with Rust",
"id": "gh:solana-foundation/templates/community/x402-solana-rust",
"image": "community/x402-solana-rust/og-image.png",
"keywords": [
"solana",
"x402",
"rust",
"payments",
"api",
"axum",
"actix",
"rocket"
],
"name": "x402-solana-rust",
"path": "community/x402-solana-rust",
"displayName": "x402 Solana Rust",
"usecase": "Payments"
},
{
"description": "Next.js Solana starter with X402 payment protocol integration",
"id": "gh:solana-foundation/templates/community/x402-template",
"image": "community/x402-template/og-image.png",
"keywords": [
"solana",
"nextjs",
"x402",
"template",
"starter"
],
"name": "x402-template",
"path": "community/x402-template",
"displayName": "X402 Next.js",
"usecase": "Payments"
},
{
"description": "ZK-Compression based airdrop app built with Next.js, Tailwind, and @solana/react-hooks",
"id": "gh:solana-foundation/templates/community/zk-compression-airdrop",
"image": "community/zk-compression-airdrop/og-image.png",
"keywords": [
"minimal",
"nextjs",
"react",
"solana-kit",
"tailwind",
"typescript",
"zk-compression",
"airdrop",
"zero-knowledge",
"zk",
"framework-kit"
],
"name": "zk-compression-airdrop",
"path": "community/zk-compression-airdrop",
"displayName": "ZK Compression Airdrop",
"usecase": "Airdrop"
}
]
},
{
"description": "Pinocchio-based program templates",
"name": "Pinocchio",
"path": "pinocchio",
"templates": [
{
"description": "Pinocchio Counter Program",
"id": "gh:solana-foundation/templates/pinocchio/pinocchio-counter",
"image": "pinocchio/pinocchio-counter/og-image.png",
"keywords": [
"pinocchio",
"counter",
"native",
"solana-program"
],
"name": "pinocchio-counter",
"path": "pinocchio/pinocchio-counter",
"displayName": "Pinocchio Counter",
"usecase": "Program Development"
}
]
}
]