Skip to content

This part of a small series of medium post dedicated to motivate myself while learning how the evm works.

Notifications You must be signed in to change notification settings

cy4n1d3-p1x3l/yet-another-evm-puzzle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another evm puzzle

This repository is part of a post that belongs to a small series dedicated to motivate myself while learning how the evm works. You can find the first post here.

I'll be accepting pull requests for solvable challenges on this repo, so feel free to submit your own!

If you don't want to clone the repo and go straight to the challenges, below there they are with a link directly to the playground.

Note: Some solutions to the challenges will work correctly at evm.codes, but will fail while playing, so be sure to check them both. Trust evm.codes :)

Challenges

Contributions

How to play

Clone this repository and install its dependencies (npm install or yarn). Then run:

npx hardhat play

And the game will start.

In some puzzles you only need to provide the value that will be sent to the contract, in others the calldata, and in others both values.

You can use evm.codes's reference and playground to work through this.

Solutions

Write-up by tnch @ notonlyowner - Solving yet another EVM puzzle. Another Write-up by Norman -Write-up for yet another EVM puzzle

About

This part of a small series of medium post dedicated to motivate myself while learning how the evm works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%