Skip to content

Commit 93d5b79

Browse files
authored
Merge pull request #12599 from ethereum/docs-resources
[DOCS] Adding a few resources to resources section
2 parents afc3d72 + 8bcc4ee commit 93d5b79

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/resources.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ General Resources
1414
* `Solidity Compiler Developers Chat <https://matrix.to/#/#ethereum_solidity-dev:gitter.im>`_
1515
* `Awesome Solidity <https://github.com/bkrem/awesome-solidity>`_
1616
* `Solidity by Example <https://solidity-by-example.org/>`_
17-
17+
* `Solidity Documentation Community Translations <https://github.com/solidity-docs>`_
1818

1919
Integrated (Ethereum) Development Environments
2020
==============================================
@@ -28,15 +28,15 @@ Integrated (Ethereum) Development Environments
2828
* `Embark <https://framework.embarklabs.io/>`_
2929
Developer platform for building and deploying decentralized applications.
3030

31+
* `Foundry <https://github.com/gakonst/foundry>`_
32+
Fast, portable and modular toolkit for Ethereum application development written in Rust.
33+
3134
* `Hardhat <https://hardhat.org/>`_
3235
Ethereum development environment with local Ethereum network, debugging features and plugin ecosystem.
3336

3437
* `Remix <https://remix.ethereum.org/>`_
3538
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
3639

37-
* `Scaffold-ETH <https://github.com/austintgriffith/scaffold-eth>`_
38-
Ethereum development stack focused on fast product iterations.
39-
4040
* `Truffle <https://www.trufflesuite.com/truffle>`_
4141
Ethereum development framework.
4242

@@ -112,6 +112,9 @@ Solidity Tools
112112
* `PIET <https://piet.slock.it/>`_
113113
A tool to develop, audit and use Solidity smart contracts through a simple graphical interface.
114114

115+
* `Scaffold-ETH <https://github.com/scaffold-eth/scaffold-eth>`_
116+
Forkable Ethereum development stack focused on fast product iterations.
117+
115118
* `sol2uml <https://www.npmjs.com/package/sol2uml>`_
116119
Unified Modeling Language (UML) class diagram generator for Solidity contracts.
117120

@@ -130,6 +133,9 @@ Solidity Tools
130133
* `Solhint <https://github.com/protofire/solhint>`_
131134
Solidity linter that provides security, style guide and best practice rules for smart contract validation.
132135

136+
* `Sourcify <https://sourcify.dev/>`_
137+
Decentralized automated contract verification service and public repository of contract metadata.
138+
133139
* `Sūrya <https://github.com/ConsenSys/surya/>`_
134140
Utility tool for smart contract systems, offering a number of visual outputs and information about the contracts' structure. Also supports querying the function call graph.
135141

0 commit comments

Comments
 (0)