This is a solidify CTF challenge built for BSides TLV 2022.
The writeup can be found here.
The solution can be found on the solution branch.
Install dependencies
npm installMake sure everything was properly installed
npx hardhat compile
npx hardhat testTry to solve the challenge by editing /challenge/index.ts and running
npx hardhat ctf-tryOnce you solved it locally, run the following command to obtain the real flag:
npx hardhat ctf-try --submit