Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gianfrancobazzani/medusa-timestamp-bug-poc


https://github.com/gianfrancobazzani/medusa-timestamp-bug-poc

Last synced: about 4 hours ago
JSON representation

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
```