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

Update the "Resources" section in the docs #15076

Merged
merged 10 commits into from
Nov 28, 2024
Prev Previous commit
Next Next commit
Update resources.rst
  • Loading branch information
mehtavishwa30 authored and cameel committed Nov 28, 2024
commit 5c13ad176a40ae6f8c9e5326a84444e04b2d170b
6 changes: 3 additions & 3 deletions docs/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 100,9 @@ Solidity Tools
* `Doxity <https://github.com/DigixGlobal/doxity>`_
Documentation Generator for Solidity.

* `ethdebug <https://github.com/ethdebug/format>`_
A standard debugging data format for smart contracts on Ethereum-compatible networks.

* `Ethlint <https://github.com/duaraghav8/Ethlint>`_
Linter to identify and fix style and security issues in Solidity.

Expand Down Expand Up @@ -145,9 148,6 @@ Solidity Tools
* `Universal Mutator <https://github.com/agroce/universalmutator>`_
A tool for mutation generation, with configurable rules and support for Solidity and Vyper.

* `ethdebug <https://github.com/ethdebug/format>`_
A standard debugging data format for smart contracts on Ethereum-compatible networks.

Third-Party Solidity Parsers and Grammars
=========================================

Expand Down