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.
If you prefer pre-built containers, grab them directly from Docker Hub. Otherwise, to build your own Docker images:
cd ./images
./build.sh
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.)