Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Dec 18, 2023
2 parents acc99ab + b6fddf4 commit 6d34894
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/modules/ROOT/assets/images/appendix/web3-wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion docs/modules/ROOT/pages/appendix/solutions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,17 @@ image::appendix/zero_star_feedback-carousel.png[Zero star feedback in carousel]

== Find an accidentally deployed code sandbox

// TODO Add solution for "Web3 Sandbox" challenge
. Go to the _Sources_ tab of your browsers DevTools and open the
`main.js` file.
. If your browser offers pretty-printing of this minified messy code,
best use this offer. In Chrome this can be done with the "{}"-button.
. Search for `web3` or `sandbox` and iterate through each finding to come across
one looking like a route mapping section:
+
image::appendix/web3-sandbox_route.png[Route Mapping the the Web3 Sandbox]

. Navigate to http://localhost:3000/#/web3-sandbox to solve the
challenge.

== ⭐⭐ Challenges

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/part2/broken-access-control.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,4 @@ notice this challenge as solved.

== Find an accidentally deployed code sandbox

// TODO Add hints for "Web3 Sandbox" challenge
* It is just as easy as finding the Score Board.

0 comments on commit 6d34894

Please sign in to comment.