Navigation Menu

Skip to content

orenyomtov/code-is-law-2

Repository files navigation

Code is Law 2

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.

Quickstart

Install dependencies

npm install

Make sure everything was properly installed

npx hardhat compile
npx hardhat test

Try to solve the challenge by editing /challenge/index.ts and running

npx hardhat ctf-try

Once you solved it locally, run the following command to obtain the real flag:

npx hardhat ctf-try --submit

About

Solidity CTF challenge from BSides TLV 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published