Skip to content

Commit

Permalink
Add references to related tools and videos to README (#261)
Browse files Browse the repository at this point in the history
* Update README: add references to related tools and videos.

* Update README.md
  • Loading branch information
blitz-1306 authored Mar 6, 2024
1 parent d3ccd9a commit 6991f08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@

A Solidity runtime verification tool for property based testing.

> [!TIP]
> Scribble is useful to prepare smart contracts for behavior verification with [Diligence Fuzzing](https://consensys.io/diligence/fuzzing/) or with tools, such as [Mythril](https://github.com/ConsenSys/mythril).
>
> Here are some related videos:
>
> - [Test security properties for smart contracts & Detect vulnerabilities](https://www.youtube.com/watch?v=qn98UjcxXcQ)
> - [Web3 Tutorial 23: Next level smart contract security with Diligence Fuzzing](https://www.youtube.com/watch?v=PmRLTXpvmMI)
## Principles and Design Goals

The design of the Scribble specification language takes inspiration from several existing
Expand Down

0 comments on commit 6991f08

Please sign in to comment.