Skip to content
anishnaik edited this page Jul 7, 2023 · 12 revisions

Welcome to medusa's wiki!

This wiki is broken down as follows:

  • Project Configuration: Learn how to set up medusa for your project as well as the vast number of configuration options that can be set up based on your project needs.
  • Command Line Interface: Learn how to use medusa's CLI!
  • Testing with medusa: Learn how to perform testing using property mode, assertion mode, and optimization mode! We will discuss what the benefits of each mode are and how to set medusa up for each one.
  • Cheatcodes: Learn about the various cheatcodes that are supported by medusa. Using these cheatcodes will significantly improve the efficiency and code quality of your fuzz tests.
  • API Overview: Learn about medusa's Go API that can be used to perform advanced testing methodologies and extend medusa's capabilities.
  • Frequently Asked Questions

Project Configuration

Learn more about medusa's project configuration and how to set it up here!

Command Line Interface

Learn more about how to use medusa's CLI here!

Writing Tests

Learn more about how to write and test your code in property-mode and assertion-mode here

Clone this wiki locally