An open API service indexing awesome lists of open source software.

https://github.com/0xchin/theethernautsolutions


https://github.com/0xchin/theethernautsolutions

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# The Ethernaut Solutions

[Link to the challenge](https://ethernaut.openzeppelin.com/)

These are my solutions to the Ethernaut challenges.

### Commands

##### Testing all solutions
```bash
forge test
```

##### Testing a specific solution
```bash
bash test.sh
# example
bash test.sh Fallout
```