You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool was super easy to install, and also has a VsCode extension "Scout Audit"
The only FM tool for Soroban that I have tried that installed and worked
Tried on the FxDAO code base and it was great, a bunch of stuff identified wasn't actually a problem (still good to have notified), and 2 things were great to have pointed out that I hadn't considered and could indeed be an issue potentially.
Here are some methods and tools used for testing and / or verification of Soroban / Stellar smart contracts
cargo test
testnet deployment
Docker quickstart instance deployment
Okashi
Flux
Galois Formal Verso
Certora Verifier (Under Construction)
.wat
file into secret Certora Prover IR TAC which then generates verification conditions that are sent to an SMT (z3, cvc5, etc.).Scout
Miscellaneous
xycLoans
Slender
Couldn't Find
I was hoping to find something like the echinda fuzzer for Solidity, but it appears nothing like that currently exists for Soroban
The text was updated successfully, but these errors were encountered: