Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nialexsan/update scaffolds #1827

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions scaffolds.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,19 @@
"repo": "https://github.com/nvdtf/flow-nft-scaffold.git",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this being removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this project was not published, but now it is
it seems Navid took it down and restored later

"description": "Scaffold contains the ExampleNFT sample NFT contract.",
"commit": "ef9437c05549e3f581cf619dec9d59d8c7f6e3ec"
},
{
"name": "FCL React Dapp Starter",
"repo": "https://github.com/nialexsan/fcl-nextjs-quickstart.git",
Copy link
Member

@chasefleming chasefleming Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already have a Next scaffold. This is also very opinionated as the other is stripped down. e.g. CSS framework included.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this project was mentioned in the flow overview document:
https://developers.flow.com/ecosystem/overview

"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": "52b8dcff8d9cc25fde88faa5bdc297d5594e5036",
"type": "web"
}
]
Loading