From 7c2e375e0f18d9aa5c168f7c78269f4f9eedcd05 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Mon, 8 Jul 2024 09:19:23 -0500 Subject: [PATCH] add message about new quickstart --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f89e3e59..c3ce2d01 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,19 @@

-👋 Welcome! This demo app is designed to help you learn to build on Flow. +# Important Message + +This repo is deprecated and archived. If you want to learn how +to build on Flow with a demo app, +please see the [Flow App Quickstart guide](https://developers.flow.com/build/guides/flow-app-quickstart). + +If you want an example of an NFT project on Flow, +see the [Flow NFT Guide](https://developers.flow.com/build/guides/nft) +or the [Flow NonFungibleToken repo](https://github.com/onflow/flow-nft). + +# Archived Content + +This demo app is designed to help you learn to build on Flow. - Kitty Items: CryptoKitties Sample App is a **complete NFT marketplace** built with [Cadence](https://docs.onflow.org/cadence), Flow's resource-oriented smart contract programming language. - Learn how to deploy contracts, mint NFTs, and integrate user wallets with the Flow Client Library (FCL).