Recopilation of Ethernaut DAO's weekly challenges.
- Clone this repo.
- Complete the challenges on
./test/
. - Verify the result running
yarn test
.
- Private Data
- Wallet
- Car Market
- Vending Machine
- Ethernaut DAO Token
- Hackable
- Switch
- Vulnerable NFT
- Vault
Goal: Take ownership of the contract.
Challenge File here
Run it with yarn private-data
Goal: Add ourselves to the list of owners.
Challenge File here
Run it with yarn wallet
Goal: Be able to mint and own two cars.
Challenge File here
Run it with yarn car-market
Goal: To drain all the balance from the contract.
Challenge File here
Run it with yarn vending-machine
Challenge File here
Run it with yarn ethernaut-dao-token
Challenge File here
Run it with yarn hackable
Challenge File here
Run it with yarn switch
Challenge File here
Run it with yarn vulnerable-nft