https://github.com/neslinesli93/capturetheether
Solutions for Capture the Ether
https://github.com/neslinesli93/capturetheether
ctf ethereum solidity wargame
Last synced: 2 months ago
JSON representation
Solutions for Capture the Ether
- Host: GitHub
- URL: https://github.com/neslinesli93/capturetheether
- Owner: neslinesli93
- Created: 2021-12-24T14:21:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T22:53:26.000Z (over 4 years ago)
- Last Synced: 2025-03-11T20:37:18.509Z (over 1 year ago)
- Topics: ctf, ethereum, solidity, wargame
- Language: JavaScript
- Homepage: https://tommasopifferi.com/posts/capture-the-ether/
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Capture the Ether - Solutions
This repo contains all the solutions for the wargame [Capture the Ether](https://capturetheether.com/).
To start right away, clone the repo and:
```bash
$ yarn # install deps
$ export ROPSTEN_PRIVATE_KEY=... # export it from metamask or something alike
$ export ACCOUNT_TAKEOVER_PKEY=... # export it from metamask or something alike
$ npx hardhat test --network hardhat # run all the tests
$ npx hardhat run $SCRIPT_PATH # run a script for a single problem
```