https://github.com/0xchin/theethernautsolutions
https://github.com/0xchin/theethernautsolutions
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xchin/theethernautsolutions
- Owner: 0xChin
- Created: 2022-10-25T18:06:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T02:54:20.000Z (over 2 years ago)
- Last Synced: 2025-01-09T15:46:20.667Z (5 months ago)
- Language: Solidity
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```