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

docs(update): added deprecated tag to brownie and Cyfrin Updraft #15339

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ General Resources
* `Awesome Solidity <https://github.com/bkrem/awesome-solidity>`_
* `Solidity by Example <https://solidity-by-example.org/>`_
* `Solidity Documentation Community Translations <https://github.com/solidity-docs>`_
* `Cyfrin Updraft - The Leading Educative Platform for Blockchain Developers <https://updraft.cyfrin.io/>`_

Integrated (Ethereum) Development Environments
==============================================

* `Brownie <https://eth-brownie.readthedocs.io/en/stable/>`_
* `Brownie (Deprecated) <https://eth-brownie.readthedocs.io/en/stable/>`_
Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.

* `Dapp <https://dapp.tools/>`_
Expand Down Expand Up @@ -92,6 +93,9 @@ Solidity Tools
* `abi-to-sol <https://github.com/gnidan/abi-to-sol>`_
Tool to generate Solidity interface source from a given ABI JSON.

* `Aderyn <https://github.com/Cyfrin/aderyn>`_
Rust-based solidity smart contract static analyzer designed to help protocol engineers and security researchers find vulnerabilities in Solidity code bases.

* `Doxity <https://github.com/DigixGlobal/doxity>`_
Documentation Generator for Solidity.

Expand Down