During EthDam, up to $2k are to be the won for the best project(s) using Slither (see ethdam hackathon rules)
- On site event
Slither: introduction to custom analysis - Trail of Bits
- 3:15pm, Studio (slides)
- Slither - Github repo
- Slither API walkthrough (video) (slides)
- secure-contracts.com/slither - exercises and tutorials on Slither's API
- Ethdam's discord: #trail-of-bits
We look for projects exploring one of these themes:
- UX/UI: leverage slither through an interfaces. Ex:
- Adapt
slither-lsp
and its new vscode plugin with a new handler- See slither-lsp’s README to add a new handler
- See contract-explorer’s DEV.md page for hacking on top of vscode
- Adapt
- On-chain monitoring (aka slither-read-storage on steroids). Ex:
- Show the state variables evolution over time/block number
- Show the contract relationship (caller, called, what functions are called, etc)
- Machine learning & slither. Ex:
- Build a RAG with langchain to do code understand / QA bot on solidity
- Use LLM to enhance the detectors filtering
You do not need to follow the examples provided, we are also looking for ideas and exploratory projects.
- Novelty
- Reliance on slither (the more the project extends and uses slither, the better)
Registration is optional, but we can help you better if we know about your team.
To register, send a DM on discord to josselin_trailofbits
with the team name and the members list (ex: github username + discord usernames).
- Python