Skip to content

Commit 5545424

Browse files
committed
Merge branch 'base-challenge-template' of github.com:scaffold-eth/se-2-challenges into challenge-stablecoins
2 parents 7598940 + 51fee28 commit 5545424

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,16 @@ yarn start
7373

7474
📱 Open http://localhost:3000 to see the app.
7575

76-
> 👩‍💻 Rerun `yarn deploy` whenever you want to deploy new contracts to the frontend. If you haven't made any contract changes, you can run `yarn deploy --reset` for a completely fresh deploy.
76+
> 👩‍💻 Rerun `yarn deploy --reset` whenever you want to deploy new contracts to the frontend, update your current contracts with changes, or re-deploy it to get a fresh contract address.
77+
78+
---
79+
80+
⚠️ We have disabled AI in Cursor and VSCode and highly suggest that you do not enable it so you can focus on the challenge, do everything by yourself, and hence better understand and remember things. If you are using another IDE, please disable AI yourself.
81+
82+
🔧 If you are a vibe-coder and don't care about understanding the syntax of the code used and just want to understand the general takeaways, you can re-enable AI by:
83+
84+
- Cursor: remove `*` from `.cursorignore` file
85+
- VSCode: set `chat.disableAIFeatures` to `false` in `.vscode/settings.json` file
7786

7887
---
7988

extension/.cursorignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

extension/.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"chat.disableAIFeatures": true
3+
}

extension/README.md.args.mjs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,26 @@ yarn chain
4949
> 🛰️ In a second terminal window, deploy your contract (locally):
5050
5151
\`\`\`sh
52-
cd challenge-stablecoins
5352
yarn deploy
5453
\`\`\`
5554
5655
> 📱 In a third terminal window, start your frontend:
5756
5857
\`\`\`sh
59-
cd challenge-stablecoins
6058
yarn start
6159
\`\`\`
6260
6361
📱 Open http://localhost:3000 to see the app.
6462
65-
> 👩‍💻 Rerun \`yarn deploy\` whenever you want to deploy new contracts to the frontend. If you haven't made any contract changes, you can run \`yarn deploy --reset\` for a completely fresh deploy.
63+
> 👩‍💻 Rerun \`yarn deploy --reset\` whenever you want to deploy new contracts to the frontend, update your current contracts with changes, or re-deploy it to get a fresh contract address.
64+
65+
---
66+
67+
⚠️ We have disabled AI in Cursor and VSCode and highly suggest that you do not enable it so you can focus on the challenge, do everything by yourself, and hence better understand and remember things. If you are using another IDE, please disable AI yourself.
68+
69+
🔧 If you are a vibe-coder and don't care about understanding the syntax of the code used and just want to understand the general takeaways, you can re-enable AI by:
70+
- Cursor: remove \`*\` from \`.cursorignore\` file
71+
- VSCode: set \`chat.disableAIFeatures\` to \`false\` in \`.vscode/settings.json\` file
6672
6773
---
6874

0 commit comments

Comments
 (0)