Skip to content

This repository contains the setup from Paradigm CTF blockchain challenges based on the original repository. We've introduced new features, including a web interface and additional challenge setup.

License

Notifications You must be signed in to change notification settings

TCP1P/TCP1P-CTF-Blockchain-Infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository contains the setup from Paradigm CTF blockchain challenges based on the original repository. We've introduced new features, including a web interface and additional challenge setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published