-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monitor Literature, Tools, Materials #82
Comments
A symbolic testing tool for EVM smart contracts |
A repo to showcase web3 hacks |
Kontrol combines KEVM and Foundry to grant developers the ability to perform formal verification without learning a new language or tool. K Tutorial |
Transaction trace_call RPC Method (quicknode) |
Tracediff allows you to load evm (jsonl) files and find differences. |
Forking the blockchain using Ganache and Foundry (Anvil): |
Extracting the contract layout from EVM bytecode: |
Go evmlab This project is inspired by EVMlab, which was written in Python. EVMlab featured a minimal "compiler", along with some tooling to view traces in a UI, and execute scripts against EVMs (parity and geth). This is a golang rewrite from scratch of that same project, this time in go-lang to be more stable and nice to use. |
GETH Tracing
GETH Basic traces
Built-in tracers
Custom EVM tracer
The text was updated successfully, but these errors were encountered: