# Ethernaut题解

By [b1oc4](https://paragraph.com/@b1oc4) · 2023-04-04

---

0x00 Ethernaut是什么？
------------------

Ethernaut可以看作是一个智能合约版的CTF，其中包含多个存在漏洞的智能合约，通过Ethernaut可以学习到很多合约安全相关的知识。

网址：

[https://ethernaut.openzeppelin.com/](https://ethernaut.openzeppelin.com/)

需要准备的工具：

1.  Chrome
    
2.  Metamask （小狐狸钱包）
    
3.  Goerli测试币（Goerli是ETH的一个测试网，其有多个方式提供测试币，也就是俗称大的“领水”，但是现在水龙头很难领到水，可以使用这个网址挖一部分）

---

*Originally published on [b1oc4](https://paragraph.com/@b1oc4/ethernaut-2)*
