Skip to content

Files

Latest commit

9a59c07 · Jul 26, 2022

History

History
This branch is 27 commits ahead of ciaranmcveigh5/ethernaut-x-foundry:main.

MagicNum

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 26, 2022
Jul 20, 2022
Feb 19, 2022

18. MagicNumber

NOTE - Some code has been slightly altered to work with newer versions of solidity and enable us to test the level with foundry. Any where this has been done an accompanying comment gives context for why this change was made.

Original Level

https://ethernaut.openzeppelin.com/level/0x200d3d9Ac7bFd556057224e7aEB4161fED5608D0

Walkthrough

https://medium.com/coinmonks/ethernaut-lvl-19-magicnumber-walkthrough-how-to-deploy-contracts-using-raw-assembly-opcodes-c50edb0f71a2

Foundry

forge test --match-contract MagicNumTest -vvvv

alt text