Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.31 KB

TCP1P CTF Blockchain Infra

This repository builds upon the original paradigmxyz infrastructure, adding a slick web interface and extra challenge setups. Think of it as your playground for exploring blockchain vulnerabilities in true CTF style.

Docker Setup

Build Images (or Pull from Docker Hub)

If you prefer pre-built containers, grab them directly from Docker Hub. Otherwise, to build your own Docker images:

cd ./images
./build.sh

Launching Challenges

Each challenge runs via Docker Compose. For example, to run the Ethereum challenge:

cd ./challenge-eth
docker-compose up --build

Visit http://127.0.0.1:48334/ in your browser. (Tip: The backend might take a few extra seconds to spin up.)

Web Interface

Recommended Tools for Your Exploits

  • Foundry – A fast, flexible toolkit for Ethereum development.
  • Foundpy – Your Python sidekick for blockchain testing and automation.

Our official docker hub