This repository contains my solutions and write-ups for the HackTheBox Blockchain CTF challenges, developed and tested using the Hardhat Ethereum development environment.
HackTheBox offers a variety of CTF challenges, and this repository focuses on the Blockchain category. Each challenge involves exploiting vulnerabilities or understanding the intricacies of blockchain-based applications. This repository uses Hardhat to streamline the development, testing, and exploit of these solutions.
Below are the challenges I've completed:
- Survival of the Fittest :: readme on medium
- Distract and Destroy :: readme on medium
- Magic Vault :: On Progress
- Honor Among Thieves :: On Progress
- Run the Hardhat network
npx hardhat node
- Deploy and test the solutions on the Hardhat network:
npx hardhat run scripts/<ctf case>.js --network localhost