Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.61 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.61 KB

Ethernaut solutions and write-ups in Foundry 🔨

If you are looking for the base repository to solve Ethernaut on your own, you can find it in the ready-to-use-scaffold-branch branch.

This repository uses the original version of the Ethernaut challenges. It is not modified to the 0.8 version of Solidity.

Additional information

You will find each writeup in the distinct folder located under src/levels/XX-LevelName. Each solution is located in the appropriate folder in the test directory under the same name convention as the folders above XX-LevelName.t.sol.

You will also find the write-ups on my blog. In some cases, they are much more detailed than those on GitHub 🧐

Acknowledgements