Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gianfrancobazzani/medusa-timestamp-bug-poc
https://github.com/gianfrancobazzani/medusa-timestamp-bug-poc
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gianfrancobazzani/medusa-timestamp-bug-poc
- Owner: GianfrancoBazzani
- Created: 2024-04-18T21:06:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T15:32:45.000Z (7 months ago)
- Last Synced: 2024-04-20T17:07:35.997Z (7 months ago)
- Language: HTML
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Medusa-timestamp-bug-POC
Simple repo to recreate Medusa backwards timestamp bug.
Requirements:
* [foundry](https://github.com/foundry-rs/foundry)
* [[email protected]](https://github.com/crytic/medusa/releases/tag/v0.1.3)To install dependencies:
```bash
forge install
```Tu run the test with Medusa:
```bash
medusa fuzz
```To run the test with Echinda:
```bash
echidna src/CryticTester.sol --contract CryticTester --config ./echidna.config.yaml
```