Skip to content

Commit 806cdf7

Browse files
committed
Merge branch 'base-challenge-template' of github.com:scaffold-eth/se-2-challenges into challenge-multisig
2 parents 79a5084 + 51fee28 commit 806cdf7

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ When deployed to any other chain, it will automatically use our deployed backend
123123

124124
---
125125

126+
⚠️ 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.
127+
128+
🔧 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:
129+
130+
- Cursor: remove `*` from `.cursorignore` file
131+
- VSCode: set `chat.disableAIFeatures` to `false` in `.vscode/settings.json` file
132+
133+
---
134+
126135
## Checkpoint 1: 📝 Configure Owners 🖋
127136

128137
🔏 The first step for this multisig wallet is to configure the owners, who will be able to propose, sign and execute transactions.

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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ When deployed to any other chain, it will automatically use our deployed backend
111111
112112
---
113113
114+
⚠️ 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.
115+
116+
🔧 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:
117+
- Cursor: remove \`*\` from \`.cursorignore\` file
118+
- VSCode: set \`chat.disableAIFeatures\` to \`false\` in \`.vscode/settings.json\` file
119+
120+
---
121+
114122
## Checkpoint 1: 📝 Configure Owners 🖋
115123
116124
🔏 The first step for this multisig wallet is to configure the owners, who will be able to propose, sign and execute transactions.

0 commit comments

Comments
 (0)