Skip to content

Commit

Permalink
web3 sandbox documentation (#137)
Browse files Browse the repository at this point in the history
* web3 sandbox hint

* add web3 sandbox solution

* web3 sandbox route image
  • Loading branch information
noraj authored Dec 5, 2023
1 parent dd4694c commit 925f81d
Show file tree
Hide file tree
Showing 3 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.
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 925f81d

Please sign in to comment.