Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 3.74 KB

README.md

File metadata and controls

71 lines (53 loc) · 3.74 KB

WTF-CTF tests license solidity Foundry - ^0.8.0

Collect CTFs related to evm, and provide solutions, using Foundry. 收集 EVM 类的 CTF 挑战,并提供解决方案。

Lead by flyq

使用说明

如果需要运行所有的测试:

$ git clone https://github.com/WTFAcademy/WTF-CTF.git

$ cd ./WTF-CTF

$ forge install

$ forge test -vvv 

如果只运行某一个挑战的测试(示例):

$ cd ./WTF-CTF

$ forge test -C ./src/Capture_the_Ether/Warmup/Deploy_a_contract -vvv

Capture the Ether

参考

WTF 贡献者

贡献者是WTF学院的基石

使用许可

MIT (c) 2023 WTF.Academy