Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xdmitry/capture-the-ether-solutions-foundry
Capture the Ether CTF solutions using Foundry
https://github.com/0xdmitry/capture-the-ether-solutions-foundry
capture-the-ether capturetheether ctf ethereun foundry
Last synced: 28 days ago
JSON representation
Capture the Ether CTF solutions using Foundry
- Host: GitHub
- URL: https://github.com/0xdmitry/capture-the-ether-solutions-foundry
- Owner: 0xDmitry
- Created: 2023-08-09T07:17:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-14T07:18:30.000Z (over 1 year ago)
- Last Synced: 2024-10-03T12:18:56.842Z (3 months ago)
- Topics: capture-the-ether, capturetheether, ctf, ethereun, foundry
- Language: Solidity
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capture the Ether CTF - Foundry edition
## What is Capture the Ether
[Capture the Ether](https://capturetheether.com/) is a game in which you hack Ethereum smart contracts to learn about security.
It's meant to be both fun and educational.
This game is brought to you by [@smarx](https://twitter.com/smarx), who blogs about smart contract development at [Program the Blockchain](https://programtheblockchain.com/).
## Acknowledgements
- Created by [@smarx](https://twitter.com/smarx)
- [Capture the Ether Website](https://capturetheether.com/)
- [Foundry](https://github.com/foundry-rs/foundry)
- [Foundry Book](https://github.com/foundry-rs/book)## How to play
### Install dependencies
```bash
forge install
```### Compile contracts
```bash
forge build
```### Check solutions
```bash
forge test
```