Skip to content
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

Use Slither for Solidity contracts static analysis #48

Merged
merged 3 commits into from
Nov 28, 2023
Merged

Conversation

nkuba
Copy link
Member

@nkuba nkuba commented Nov 23, 2023

Slither is static analysis framework for Solidity contracts.

[Slither](https://github.com/crytic/slither) is a static analysis framework used
for Solidity contracts verification.

To install Slither execute:

```sh
pip3 install slither-analyzer
```

To run Slither execute:

```sh
slither .
```
@nkuba nkuba changed the title Add CI job to run Slither for Solidity contracts @nkuba Use Slither for Solidity contracts static analysis Nov 23, 2023
@nkuba nkuba changed the title @nkuba Use Slither for Solidity contracts static analysis Use Slither for Solidity contracts static analysis Nov 23, 2023
@nkuba nkuba self-assigned this Nov 23, 2023
@nkuba nkuba added 🔗 Solidity Solidity contracts ⚙️ Backend APIs, Maintainers labels Nov 23, 2023
@nkuba nkuba added this to the MVP milestone Nov 23, 2023
@nkuba nkuba requested a review from r-czajkowski November 23, 2023 23:58
@nkuba nkuba marked this pull request as ready for review November 23, 2023 23:58
@nkuba nkuba requested a review from dimpar November 27, 2023 21:16
@r-czajkowski r-czajkowski merged commit 79c4fc8 into main Nov 28, 2023
9 checks passed
@r-czajkowski r-czajkowski deleted the slither branch November 28, 2023 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Backend APIs, Maintainers 🔗 Solidity Solidity contracts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants