@@ -14,33 +14,33 @@ export const frameworks: Framework[] = [
1414 description : 'A React framework by Vercel' ,
1515 templates : [
1616 // {
17- // name: 'next-tailwind-counter',
18- // description: 'Next.js + Tailwind CSS + Anchor Counter Example',
17+ // name: 'gill- next-tailwind-counter',
18+ // description: 'Next.js, Tailwind, Anchor Counter Example, gill (based on @solana/kit), Wallet UI ',
1919 // repository: 'gh:solana-developers/solana-templates/templates/template-next-tailwind-counter',
2020 // },
2121 // {
22- // name: 'next-tailwind-basic',
23- // description: 'Next.js + Tailwind CSS + Anchor Basic Example ',
22+ // name: 'gill- next-tailwind-basic',
23+ // description: 'Next.js, Tailwind, basic Anchor example, gill (based on @solana/kit), Wallet UI ',
2424 // repository: 'gh:solana-developers/solana-templates/templates/template-next-tailwind-basic',
2525 // },
2626 {
27- name : 'next-tailwind' ,
28- description : 'Next.js + Tailwind CSS, Gill, no Anchor ' ,
27+ name : 'gill- next-tailwind' ,
28+ description : 'Next.js, Tailwind, gill (based on @solana/kit), Wallet UI ' ,
2929 repository : 'gh:solana-developers/solana-templates/templates/template-next-tailwind' ,
3030 } ,
3131 {
32- name : 'legacy -next-tailwind-counter' ,
33- description : 'Legacy Next.js + Tailwind CSS + Anchor Counter Example' ,
32+ name : 'web3js -next-tailwind-counter' ,
33+ description : 'Next.js, Tailwind, Anchor Counter Example, @solana/web3.js, Wallet Adapter ' ,
3434 repository : 'gh:solana-developers/solana-templates/legacy/legacy-next-tailwind-counter' ,
3535 } ,
3636 {
37- name : 'legacy -next-tailwind-basic' ,
38- description : 'Legacy Next.js + Tailwind CSS + Anchor Basic Example ' ,
37+ name : 'web3js -next-tailwind-basic' ,
38+ description : 'Legacy Next.js, Tailwind, basic Anchor example, @solana/web3.js, Wallet Adapter ' ,
3939 repository : 'gh:solana-developers/solana-templates/legacy/legacy-next-tailwind-basic' ,
4040 } ,
4141 {
42- name : 'legacy -next-tailwind' ,
43- description : 'Legacy Next.js + Tailwind CSS , no Anchor' ,
42+ name : 'web3js -next-tailwind' ,
43+ description : 'Legacy Next.js, Tailwind, no Anchor, @solana/web3.js, Wallet Adapter ' ,
4444 repository : 'gh:solana-developers/solana-templates/legacy/legacy-next-tailwind' ,
4545 } ,
4646 ] ,
@@ -51,12 +51,12 @@ export const frameworks: Framework[] = [
5151 description : "JavaScript runtime built on Chrome's V8 engine" ,
5252 templates : [
5353 {
54- name : 'node-express' ,
54+ name : 'gill- node-express' ,
5555 description : 'Node Express server with gill' ,
5656 repository : 'gh:solana-developers/solana-templates/templates/template-node-express' ,
5757 } ,
5858 {
59- name : 'node-script' ,
59+ name : 'gill- node-script' ,
6060 description : 'Simple Node script with gill' ,
6161 repository : 'gh:solana-developers/solana-templates/templates/template-node-script' ,
6262 } ,
@@ -68,33 +68,33 @@ export const frameworks: Framework[] = [
6868 description : 'React with Vite and React Router' ,
6969 templates : [
7070 // {
71- // name: 'react-vite-tailwind-counter',
72- // description: 'React with Vite + Tailwind CSS + Anchor Counter Example',
71+ // name: 'gill- react-vite-tailwind-counter',
72+ // description: 'React with Vite, Tailwind, Anchor Counter Example',
7373 // repository: 'gh:solana-developers/solana-templates/templates/template-react-vite-tailwind-counter',
7474 // },
7575 // {
76- // name: 'react-vite-tailwind-basic',
77- // description: 'React with Vite + Tailwind CSS + Anchor Basic Example ',
76+ // name: 'gill- react-vite-tailwind-basic',
77+ // description: 'React with Vite, Tailwind, basic Anchor example ',
7878 // repository: 'gh:solana-developers/solana-templates/templates/template-react-vite-tailwind-basic',
7979 // },
8080 {
81- name : 'react-vite-tailwind' ,
82- description : 'React with Vite + Tailwind CSS + Gill, no Anchor ' ,
81+ name : 'gill- react-vite-tailwind' ,
82+ description : 'React with Vite, Tailwind, gill (based on @solana/kit), Wallet UI ' ,
8383 repository : 'gh:solana-developers/solana-templates/templates/template-react-vite-tailwind' ,
8484 } ,
8585 {
86- name : 'legacy -react-vite-tailwind-counter' ,
87- description : 'React with Vite + Tailwind CSS + Anchor Counter Example' ,
86+ name : 'web3js -react-vite-tailwind-counter' ,
87+ description : 'React with Vite, Tailwind, Anchor Counter Example, @solana/web3.js, Wallet Adapter ' ,
8888 repository : 'gh:solana-developers/solana-templates/legacy/legacy-react-vite-tailwind-counter' ,
8989 } ,
9090 {
91- name : 'legacy -react-vite-tailwind-basic' ,
92- description : 'React with Vite + Tailwind CSS + Anchor Basic Example ' ,
91+ name : 'web3js -react-vite-tailwind-basic' ,
92+ description : 'React with Vite, Tailwind, basic Anchor example, @solana/web3.js, Wallet Adapter ' ,
9393 repository : 'gh:solana-developers/solana-templates/legacy/legacy-react-vite-tailwind-basic' ,
9494 } ,
9595 {
96- name : 'legacy -react-vite-tailwind' ,
97- description : 'React with Vite + Tailwind CSS, no Anchor ' ,
96+ name : 'web3js -react-vite-tailwind' ,
97+ description : 'React with Vite, Tailwind, @solana/web3.js, Wallet Adapter ' ,
9898 repository : 'gh:solana-developers/solana-templates/legacy/legacy-react-vite-tailwind' ,
9999 } ,
100100 ] ,
0 commit comments