You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// - Talk about the deployed network (Optimism?) / real ETH
6
3
constfaqs=[
7
4
{
8
5
id: 1,
@@ -16,7 +13,7 @@ const faqs = [
16
13
question: "How should I complete the challenges?",
17
14
answer:
18
15
"Advanced players may use any means necessary to progress through the challenges. We recommend that beginners use this Scaffold ETH extension that contains everything you need to play the game and test your solutions locally:",
"The challenges are deployed on Optimism mainnet. You will need to use real ETH on Optimism in order to complete the challenges.",
28
+
"The challenges are deployed on Optimism mainnet. You will need to use real ETH on Optimism in order to complete the challenges. But you can always play locally!",
32
29
},
33
30
{
34
31
id: 5,
@@ -51,6 +48,11 @@ const faqs = [
51
48
},
52
49
];
53
50
51
+
exportconstmetadata=getMetadata({
52
+
title: "FAQs",
53
+
description: "Check out the FAQs for the BuidlGuidl CTF",
Copy file name to clipboardexpand all lines: packages/nextjs/data/challenges/1.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,12 @@ Try to complete as many challenges as possible and get all the flags back from t
10
10
11
11
## Player Progress
12
12
13
-
Check your progress by visiting `/profile/{YourRegisteredAddress}`.
14
-
15
-
You may also connect your registered Ethereum address to this website and view your progress by clicking on "My Flags".
13
+
Check your progress by connecting your Ethereum Wallet with the address you are using to play the game and click on "My Flags" at the top of the page.
16
14
17
15
## Hints
18
16
19
17
- You can use the [/debug](/debug) page or [ABI Ninja](https://abi.ninja/) to interact with the contract
20
-
- We recommend beginners use this [Scaffold ETH extension](https://github.com/buidlguidl/ctf.buidlguidl.com/tree/ctf-extension) that contains everything you need to play the game and test your solutions locally. Advanced players may use any means necessary to progress.
18
+
- We recommend beginners use this [Scaffold ETH CTF extension](https://github.com/buidlguidl/ctf.buidlguidl.com/tree/extension) that contains everything you need to play the game and test your solutions locally. Advanced players may use any means necessary to progress.
21
19
- After Challenge #1, you may complete the other challenges in any order.
0 commit comments