{"id":22370561,"url":"https://github.com/zaryab2000/decipher_evm_puzzles","last_synced_at":"2025-10-25T23:43:51.762Z","repository":{"id":114659310,"uuid":"609907243","full_name":"zaryab2000/decipher_EVM_Puzzles","owner":"zaryab2000","description":"A collection of EVM opcodes puzzles that helps you learn in-depth details about EVM Opcodes by solving them. Featured in Week In Ethereum News 🌟","archived":false,"fork":false,"pushed_at":"2023-10-09T19:48:25.000Z","size":98,"stargazers_count":48,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T19:32:05.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.zaryabs.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zaryab2000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-05T15:43:18.000Z","updated_at":"2025-07-09T07:29:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"0febfe0c-84a1-4b90-a454-b7139c01d393","html_url":"https://github.com/zaryab2000/decipher_EVM_Puzzles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zaryab2000/decipher_EVM_Puzzles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaryab2000%2Fdecipher_EVM_Puzzles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaryab2000%2Fdecipher_EVM_Puzzles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaryab2000%2Fdecipher_EVM_Puzzles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaryab2000%2Fdecipher_EVM_Puzzles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaryab2000","download_url":"https://codeload.github.com/zaryab2000/decipher_EVM_Puzzles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaryab2000%2Fdecipher_EVM_Puzzles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281038753,"owners_count":26433646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T19:46:05.595Z","updated_at":"2025-10-25T23:43:51.721Z","avatar_url":"https://github.com/zaryab2000.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# decipher_EVM_puzzles\n\n\u003e **[ 🌟 Featured in Week In Ethereum News-April 2023](https://weekinethereumnews.com/week-in-ethereum-news-april-1-2023/)** \n\n![EVM Puzzle](https://user-images.githubusercontent.com/42082608/227203303-cb635c7a-a495-435b-9695-5f2fd1c75425.png)\nDecipher EVM puzzles are basically a collection of EVM opcodes puzzles that includes a bunch of different opcodes which can be executed successfully only if you provide the right inputs.\n\nThe Decipher EVM Puzzle game is an extended version of [Franco's EVM puzzles](https://github.com/fvictorio/evm-puzzles) but with *additional complexity, a difficulty-level selector making it available not just for senior devs but also beginners, and more interesting puzzles covering a wide range of opcodes*.\n\nEvery puzzle might require one of the following as input from the player:\n* CallData only \n* CallValue only \n* Both CallData \u0026 CallValue\n\nYour main goal as a player is to provide the right set of inputs so that the transaction doesn't get reverted. \n\n\u003eIf it reverts, you FAIL...❌ If it executes successfully, You SOLVED that particular puzzle. ✅\n\n### Imperative Note\n* Solutions to puzzles can have more a formulae instead of one specific value.\n    * For instance, some puzzles may require a type of input where **Calldata size must be n** and **CallValue must be n+4**,in order for you to solve it correctly.\n    * For such cases, correct **CallData Size can be 4 or 5 or 6 and CallValue can be 8 or 9 or 10 respectively**\n    * It's imperative to understand the formulae rather than chasing 1 specific calldata size or callvalue as the right answer, for such a puzzle\n* Solutions to the same puzzle can also be more than 1 specific input.\n\n## How to Play?\n1. Clone this repository\n```\ngit clone https://github.com/zaryab2000/decipher_EVM_Puzzles.git\n```\n\n2. Install Packages\n```\nnpm install \n```\n\n3. Run the following command \n\n```\nnpx hardhat play\n```\n\nThat's it.\n\nOnce done, you should be prompted to do this 👇\n![](https://i.imgur.com/aHbwB8B.png)\n\nThen, simply select the difficulty level and start playing.\n\n## Tools that can help\nWhile you can approach the game however you wish, I would like to recommend two tools that will undoubtedly make your life easier.\n1. [Evm Codes Playground](https://www.evm.codes/playground?fork=merge)\n2. [ETHERVM's list of Opcodes](https://ethervm.io/)\n\n*More details [here](https://zaryabs.com/decipher-evm-puzzle-game-for-smart-contract-devs)*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaryab2000%2Fdecipher_evm_puzzles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaryab2000%2Fdecipher_evm_puzzles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaryab2000%2Fdecipher_evm_puzzles/lists"}