Skip to content

Commit

Permalink
Added links to custom GPT
Browse files Browse the repository at this point in the history
  • Loading branch information
forefy committed Feb 26, 2024
1 parent e410c30 commit 07b8a10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ For template writing and documentation refer to the [Wiki](https://github.com/fo
## Comparison table
Comparison of actively maintained / popular solidity smart contract static analyzers

| Static Analyzer | Language | 2 Minutes to write a custom template with ChatGPT | GitHub Action | Many findings that are already found before the contest began | Would want to eat |
|--------------------------------------------------------|-----------------|-------------------------------------------------------|---------------|---------------------------------------------------------------|-------------------|
| [eBurger](https://github.com/forefy/eburger) | Python ||| ||
| [Slither](https://github.com/crytic/slither) | Python | ||| |
| [4naly3er](https://github.com/Picodes/4naly3er) | TypeScript 🤮 | | || |
| [Mythril](https://github.com/Consensys/mythril) | Python | | | | |
| [Aderyn](https://github.com/Cyfrin/aderyn) | Rust | | | | |
| Static Analyzer | Language | 2 Minutes to write a [custom template with ChatGPT](https://chat.openai.com/g/g-gKaBfljnY-eburger-templates-generator) | GitHub Action | Many findings that are already found before the contest began | Would want to eat |
|--------------------------------------------------------|-----------------|------------------------------------------------------------------------------------------------------------------------|---------------|---------------------------------------------------------------|-------------------|
| [eBurger](https://github.com/forefy/eburger) | Python | || ||
| [Slither](https://github.com/crytic/slither) | Python | ||| |
| [4naly3er](https://github.com/Picodes/4naly3er) | TypeScript 🤮 | | || |
| [Mythril](https://github.com/Consensys/mythril) | Python | | | | |
| [Aderyn](https://github.com/Cyfrin/aderyn) | Rust | | | | |


Forgot one or made a mistake? open a pull request or an issue :)
Expand All @@ -184,6 +184,7 @@ Forgot one or made a mistake? open a pull request or an issue :)
- SARIF support & VSCode GUI integration
- GitHub Actions integration through [eburger-action](https://github.com/marketplace/actions/eburger-action)
- Markdown report
- Quick custom template generation via the [eBurger Templates Generator GPT](https://chat.openai.com/g/g-gKaBfljnY-eburger-templates-generator)
- Community and free support via [Discord](https://discord.gg/WaVMpBtxdB)


Expand Down
1 change: 1 addition & 0 deletions eburger/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"openzeppelin-contracts",
"@uniswap",
"@gnosis.pm",
"pendle",
"solmate",
"solady",
"forge-std",
Expand Down

0 comments on commit 07b8a10

Please sign in to comment.