From 1364d5d40ea6a70d99c77cca6272a702c693bcb0 Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:24:20 -0500 Subject: [PATCH 1/4] replace web scaffold --- scaffolds.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/scaffolds.json b/scaffolds.json index 6dc2b2f27..1f70e3cc4 100644 --- a/scaffolds.json +++ b/scaffolds.json @@ -1,9 +1,9 @@ [ { - "name": "FCL Web Dapp", - "repo": "https://github.com/chasefleming/fcl-next-scaffold.git", + "name": "FCL Web Dapp (React)", + "repo": "https://github.com/muttoni/fcl-nextjs-quickstart.git", "description": "Simple TypeScript web application using next.js, FCL, and Cadence.", - "commit": "3a5d4f87eef72cebf45f1c48c51c2b786b28f7b6", + "commit": "5ee11147d83017c23aca58de1c86187514eb8d00", "type": "web" }, { @@ -11,11 +11,5 @@ "repo": "https://github.com/sideninja/flow-basic-scaffold.git", "description": "Scaffold contains required folder structure as well as some example Cadence code.", "commit": "8065287e55bc298d776665bef98a577ceb4a226c" - }, - { - "name": "Cadence NFT Project", - "repo": "https://github.com/nvdtf/flow-nft-scaffold.git", - "description": "Scaffold contains the ExampleNFT sample NFT contract.", - "commit": "ef9437c05549e3f581cf619dec9d59d8c7f6e3ec" } ] From 9e4898731bb4181e0a191a2ad7ae7cc0a1b78340 Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:58:40 -0500 Subject: [PATCH 2/4] svelte kit scaffold --- scaffolds.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scaffolds.json b/scaffolds.json index 1f70e3cc4..4e163570a 100644 --- a/scaffolds.json +++ b/scaffolds.json @@ -11,5 +11,12 @@ "repo": "https://github.com/sideninja/flow-basic-scaffold.git", "description": "Scaffold contains required folder structure as well as some example Cadence code.", "commit": "8065287e55bc298d776665bef98a577ceb4a226c" + }, + { + "name": "FCL Web Dapp (Svelte)", + "repo": "https://github.com/muttoni/fcl-sveltekit-quickstart.git", + "description": "Simple JS Web application using SvelteKit, Vite, FCL, and Cadence", + "commit": "fac88ec10cbf0db504211bd86640e58f26a0ea32", + "type": "web" } ] From 69fae46f7a1617e084dd2aa5cb24ed4b20d82b76 Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:54:58 -0500 Subject: [PATCH 3/4] updated scaffolds --- scaffolds.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/scaffolds.json b/scaffolds.json index 4e163570a..1cca47749 100644 --- a/scaffolds.json +++ b/scaffolds.json @@ -1,9 +1,9 @@ [ { - "name": "FCL Web Dapp (React)", - "repo": "https://github.com/muttoni/fcl-nextjs-quickstart.git", + "name": "FCL Web Dapp", + "repo": "https://github.com/chasefleming/fcl-next-scaffold.git", "description": "Simple TypeScript web application using next.js, FCL, and Cadence.", - "commit": "5ee11147d83017c23aca58de1c86187514eb8d00", + "commit": "eb52658d7a8fdc95cd6fe57dc65d6ee94a7531d8", "type": "web" }, { @@ -13,10 +13,17 @@ "commit": "8065287e55bc298d776665bef98a577ceb4a226c" }, { - "name": "FCL Web Dapp (Svelte)", - "repo": "https://github.com/muttoni/fcl-sveltekit-quickstart.git", + "name": "FCL React Dapp Starter", + "repo": "https://github.com/nialexsan/fcl-nextjs-quickstart.git", + "description": "Simple TypeScript web application using next.js, FCL, and Cadence.", + "commit": "e688ff534d6b9bfdac8ab1a6171401dd9a84e354", + "type": "web" + }, + { + "name": "FCL Svelte Dapp Starter", + "repo": "https://github.com/nialexsan/fcl-sveltekit-quickstart.git", "description": "Simple JS Web application using SvelteKit, Vite, FCL, and Cadence", - "commit": "fac88ec10cbf0db504211bd86640e58f26a0ea32", + "commit": "52b8dcff8d9cc25fde88faa5bdc297d5594e5036", "type": "web" } ] From 19575441cd5321b25a8836e5af2710e7e22ded66 Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:55:49 -0500 Subject: [PATCH 4/4] restore nft scaffold --- scaffolds.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scaffolds.json b/scaffolds.json index 1cca47749..59961b937 100644 --- a/scaffolds.json +++ b/scaffolds.json @@ -12,6 +12,12 @@ "description": "Scaffold contains required folder structure as well as some example Cadence code.", "commit": "8065287e55bc298d776665bef98a577ceb4a226c" }, + { + "name": "Cadence NFT Project", + "repo": "https://github.com/nvdtf/flow-nft-scaffold.git", + "description": "Scaffold contains the ExampleNFT sample NFT contract.", + "commit": "ef9437c05549e3f581cf619dec9d59d8c7f6e3ec" + }, { "name": "FCL React Dapp Starter", "repo": "https://github.com/nialexsan/fcl-nextjs-quickstart.git",