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
Welcome to an exciting adventure that combines the art of coding with the thrill of word games!
Your mission is to disentangle a smart contract and reveal a hidden word. Are you ready?
Here's the challenge:
Use your coding skills to analyze and debug the smart contract.
Find the hidden word within the code.
Enter the hidden word below to complete the adventure.
Remember, the hidden word is somewhere within the smart contract code. Good luck!
Smart Contract Code
function disentangle() {
let code = "b3BlbnNzbCBlbmNvZGluZyBkYXRh";
let decoded = atob(code);
let hiddenWord = decoded.substring(0, 6);
// Your task is to find the hidden word and enter it below
return hiddenWord;
}
</code></pre>
<hr>
<h2>Enter the Hidden Word</h2>
<form>
<div class="mb-3">
<input type="text" class="form-control" id="hiddenWordInput" placeholder="Enter the hidden word">
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
The text was updated successfully, but these errors were encountered:
Code Adventure
Welcome to an exciting adventure that combines the art of coding with the thrill of word games!
Your mission is to disentangle a smart contract and reveal a hidden word. Are you ready?
Here's the challenge:
Remember, the hidden word is somewhere within the smart contract code. Good luck!
Smart Contract Code
The text was updated successfully, but these errors were encountered: