mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adding a few resources
This commit is contained in:
parent
ef8911a629
commit
8bcc4ee7d1
@ -14,7 +14,7 @@ General Resources
|
|||||||
* `Solidity Compiler Developers Chat <https://matrix.to/#/#ethereum_solidity-dev:gitter.im>`_
|
* `Solidity Compiler Developers Chat <https://matrix.to/#/#ethereum_solidity-dev:gitter.im>`_
|
||||||
* `Awesome Solidity <https://github.com/bkrem/awesome-solidity>`_
|
* `Awesome Solidity <https://github.com/bkrem/awesome-solidity>`_
|
||||||
* `Solidity by Example <https://solidity-by-example.org/>`_
|
* `Solidity by Example <https://solidity-by-example.org/>`_
|
||||||
|
* `Solidity Documentation Community Translations <https://github.com/solidity-docs>`_
|
||||||
|
|
||||||
Integrated (Ethereum) Development Environments
|
Integrated (Ethereum) Development Environments
|
||||||
==============================================
|
==============================================
|
||||||
@ -28,15 +28,15 @@ Integrated (Ethereum) Development Environments
|
|||||||
* `Embark <https://framework.embarklabs.io/>`_
|
* `Embark <https://framework.embarklabs.io/>`_
|
||||||
Developer platform for building and deploying decentralized applications.
|
Developer platform for building and deploying decentralized applications.
|
||||||
|
|
||||||
|
* `Foundry <https://github.com/gakonst/foundry>`_
|
||||||
|
Fast, portable and modular toolkit for Ethereum application development written in Rust.
|
||||||
|
|
||||||
* `Hardhat <https://hardhat.org/>`_
|
* `Hardhat <https://hardhat.org/>`_
|
||||||
Ethereum development environment with local Ethereum network, debugging features and plugin ecosystem.
|
Ethereum development environment with local Ethereum network, debugging features and plugin ecosystem.
|
||||||
|
|
||||||
* `Remix <https://remix.ethereum.org/>`_
|
* `Remix <https://remix.ethereum.org/>`_
|
||||||
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
|
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
|
||||||
|
|
||||||
* `Scaffold-ETH <https://github.com/austintgriffith/scaffold-eth>`_
|
|
||||||
Ethereum development stack focused on fast product iterations.
|
|
||||||
|
|
||||||
* `Truffle <https://www.trufflesuite.com/truffle>`_
|
* `Truffle <https://www.trufflesuite.com/truffle>`_
|
||||||
Ethereum development framework.
|
Ethereum development framework.
|
||||||
|
|
||||||
@ -112,6 +112,9 @@ Solidity Tools
|
|||||||
* `PIET <https://piet.slock.it/>`_
|
* `PIET <https://piet.slock.it/>`_
|
||||||
A tool to develop, audit and use Solidity smart contracts through a simple graphical interface.
|
A tool to develop, audit and use Solidity smart contracts through a simple graphical interface.
|
||||||
|
|
||||||
|
* `Scaffold-ETH <https://github.com/scaffold-eth/scaffold-eth>`_
|
||||||
|
Forkable Ethereum development stack focused on fast product iterations.
|
||||||
|
|
||||||
* `sol2uml <https://www.npmjs.com/package/sol2uml>`_
|
* `sol2uml <https://www.npmjs.com/package/sol2uml>`_
|
||||||
Unified Modeling Language (UML) class diagram generator for Solidity contracts.
|
Unified Modeling Language (UML) class diagram generator for Solidity contracts.
|
||||||
|
|
||||||
@ -130,6 +133,9 @@ Solidity Tools
|
|||||||
* `Solhint <https://github.com/protofire/solhint>`_
|
* `Solhint <https://github.com/protofire/solhint>`_
|
||||||
Solidity linter that provides security, style guide and best practice rules for smart contract validation.
|
Solidity linter that provides security, style guide and best practice rules for smart contract validation.
|
||||||
|
|
||||||
|
* `Sourcify <https://sourcify.dev/>`_
|
||||||
|
Decentralized automated contract verification service and public repository of contract metadata.
|
||||||
|
|
||||||
* `Sūrya <https://github.com/ConsenSys/surya/>`_
|
* `Sūrya <https://github.com/ConsenSys/surya/>`_
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user