From 1b355e5295aa9f8b5c7bfe8c84f164f355c87320 Mon Sep 17 00:00:00 2001 From: Shubham Patel Date: Tue, 14 Feb 2023 00:59:49 +0530 Subject: [PATCH 1/4] Added a alert for users I started learning about flow and cloned the repo but after cloning and installing modules , i was facing some errors which was due to the confliction versions of the node package, which i solved using above mentioned command and i hope this will help others . --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 649df63..06f2b98 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ --- +Alert:For users with node versions >17, run this command in CMD : "set NODE_OPTIONS=--openssl-legacy-provider" before "npm run start" because the react-scripts of the current project is built with node version 17 . +Ref : Link ## What's CryptoDappy? CryptoDappy is the fastest way to get started with blockchain development on Flow. Our [learning hub](https://d3em6h2gy0mctd.cloudfront.net/) offers various mission-based scenarios, in which you will build your own full-stack blockchain application that allows for querying, minting and transfering NFTs. You will also learn how to sell these NFTs in packs for a given price of FUSD (Flow's first stablecoin). The NFTs of this application are Dappies, cute little monsters that come with different stripes, rarities and colors. From 744b21a885a0b541a885ad64cc81755d1f22999f Mon Sep 17 00:00:00 2001 From: Shubham Patel Date: Tue, 14 Feb 2023 01:03:27 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06f2b98..bf9419f 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ --- -Alert:For users with node versions >17, run this command in CMD : "set NODE_OPTIONS=--openssl-legacy-provider" before "npm run start" because the react-scripts of the current project is built with node version 17 . -Ref : Link +Alert:For users with node versions >17, run this command in CMD : "set NODE_OPTIONS=--openssl-legacy-provider" before "npm run start" because the react-scripts of the current project is built with node version 17 .
+Ref : Link ## What's CryptoDappy? CryptoDappy is the fastest way to get started with blockchain development on Flow. Our [learning hub](https://d3em6h2gy0mctd.cloudfront.net/) offers various mission-based scenarios, in which you will build your own full-stack blockchain application that allows for querying, minting and transfering NFTs. You will also learn how to sell these NFTs in packs for a given price of FUSD (Flow's first stablecoin). The NFTs of this application are Dappies, cute little monsters that come with different stripes, rarities and colors. From 184210564c039563c6222a365fe957dfe3224ed9 Mon Sep 17 00:00:00 2001 From: Shubham Patel Date: Tue, 14 Feb 2023 19:23:04 +0530 Subject: [PATCH 3/4] Added Alert --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 6829635..c0e5cee 100755 --- a/run.sh +++ b/run.sh @@ -11,4 +11,5 @@ export REACT_APP_FT_CONTRACT=${FT_CONTRACT} export REACT_APP_FUSD_CONTRACT=${FUSD_CONTRACT} export REACT_APP_DAPPY_CONTRACT=${DAPPY_CONTRACT} -npm run start \ No newline at end of file +//For users using Node version >17 run the floowing command : "set NODE_OPTIONS=--openssl-legacy-provider" +npm run start From fb01b36465558998f7c1d2727b321f8d8f52d105 Mon Sep 17 00:00:00 2001 From: Shubham Patel Date: Tue, 14 Feb 2023 19:25:47 +0530 Subject: [PATCH 4/4] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index c0e5cee..1ba9ad0 100755 --- a/run.sh +++ b/run.sh @@ -11,5 +11,5 @@ export REACT_APP_FT_CONTRACT=${FT_CONTRACT} export REACT_APP_FUSD_CONTRACT=${FUSD_CONTRACT} export REACT_APP_DAPPY_CONTRACT=${DAPPY_CONTRACT} -//For users using Node version >17 run the floowing command : "set NODE_OPTIONS=--openssl-legacy-provider" +## For users using Node version >17 run the floowing command : "set NODE_OPTIONS=--openssl-legacy-provider" npm run start