remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/docs/index.rst

88 lines
2.0 KiB

Welcome to Remix documentation!
===============================
Remix is a powerful, open source tool that helps you write Solidity contracts straight from the browser.
Written in JavaScript, Remix supports both usage in the browser and locally.
Remix also supports testing, debugging and deploying of smart contracts and much more.
Our Remix project with all its features is available
7 years ago
at `remix.ethereum.org <http://remix.ethereum.org>`__ and more information can be found in these
docs. Our IDE tool is available at `our GitHub repository
6 years ago
<https://github.com/ethereum/remix-ide>`__.
This set of documents covers instructions on how to use Remix and some tutorials to help you get started.
Useful links:
7 years ago
- `Solidity documentation <https://solidity.readthedocs.io>`__
- `Remix alpha <http://remix-alpha.ethereum.org>`__ - The version where we test new Remix release (not stable!).
7 years ago
- `Ethereum StackExchange for Remix <https://ethereum.stackexchange.com/questions/tagged/remix>`__
7 years ago
- `Community support channel <https://gitter.im/ethereum/remix>`__
- `Ðapp Developer resources (Ethereum wiki) <https://github.com/ethereum/wiki/wiki/Dapp-Developer-Resources>`__
7 years ago
.. toctree::
:maxdepth: 2
:caption: Quick start
layout
file_explorer
plugin_manager
settings_tab
terminal
run_tab
javascript_vm
udapp
.. toctree::
:maxdepth: 2
:caption: Running remix locally
packages
.. toctree::
:maxdepth: 2
:caption: Tour of typical modules
solidity_editor
compile_tab
contract_metadata
debugger_tab
analysis_tab
.. toctree::
:maxdepth: 2
:caption: Testing
unittesting_tab
.. toctree::
:maxdepth: 2
:caption: Other Remix features
tutorial_remixd_filesystem
.. toctree::
:maxdepth: 2
:caption: Tutorials and workshops
workshop_Building_smart_contracts_with_Remix
6 years ago
tutorial_eattheblock
tutorial_debug
tutorial_import
tutorial_mist
.. toctree::
:maxdepth: 2
:caption: Code contribution guide
code_contribution_guide
7 years ago
Community
support_tab