Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Update developer-tools.rst #468

Open
wants to merge 1 commit into
base: master
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
2 changes: 1 addition & 1 deletion source/contracts-and-transactions/developer-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Dapp development requires an understanding of the Web3 Javascript API, the JSON

.. note:: There are developer tools that help you develop, test, and deploy dapps in a way that automatically utilizes the resources listed below.


* `Play Solidity Editor <https://play.ethereum.org/play-editor/>`__ - lightweight Solidity editor to write, preview and interact with the code
* `Web3 JavaScript API <https://github.com/ethereum/wiki/wiki/JavaScript-API>`__ - This is the main JavaScript SDK to use when you want to interact with an Ethereum node.
* `JSON RPC API <https://github.com/ethereum/wiki/wiki/JSON-RPC>`__ - This is the low level JSON RPC 2.0 interface to interface with a node. This API is used by the `Web3 JavaScript API <https://github.com/ethereum/wiki/wiki/JavaScript-API>`__.
* `Solidity Docs <https://solidity.readthedocs.org/en/latest/>`__ -
Expand Down