MrToph / paradigm-ctf

My solutions to https://ctf.paradigm.xyz/

Home Page:https://cmichel.io/paradigm-ctf-2021-solutions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paradigm-ctf 2021

My solutions for Paradigm CTF 2021.

📚 Writeup: https://cmichel.io/paradigm-ctf-2021-solutions/

Solved Challenges:

Running challenges

Most challenges can be run in a local hardhat environment by forking mainnet and deploying the setup contract. Challenges are implemented as hardhat tests in /test.

To fork the mainnet, you need an archive URL like the free ones from Alchemy.

Development

npm i

You need to configure environment variables:

cp .env.template .env
# fill out

# run challenge farmer
npx hardhat test test/farmer.ts

About

My solutions to https://ctf.paradigm.xyz/

https://cmichel.io/paradigm-ctf-2021-solutions/


Languages

Language:Solidity 73.4%Language:TypeScript 20.6%Language:Python 4.5%Language:Dockerfile 1.5%