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

61 lines
1.9 KiB

8 years ago
Remix - Solidity IDE
====================
8 years ago
8 years ago
Remix is an IDE for the smart contract programming language Solidity and has
8 years ago
an integrated debugger and testing environment.
8 years ago
An up to date online version is available at `remix.ethereum.org <http://remix.ethereum.org>`_
8 years ago
This page will host documentation and tutorial about features Remix provides.
8 years ago
Please go to `solidity.readthedocs.io <http://solidity.readthedocs.io>`_ for any information regarding ``Solidity``
8 years ago
7 years ago
Overview
--------
Remix provides an integrated development environment (IDE) for smart contract development.
It focuses on the development and deployment of Solidity written smart contracts.
7 years ago
Remix is a good solution if you intend to:
- Develop smart contracts (remix integrates a solidity editor).
- Debug a smart contract's execution.
7 years ago
- Access the state and properties of already deployed smart contract.
- Debug already committed transaction.
- Analyze solidity code to reduce coding mistakes and to enforce best practices.
- Together with Mist (or any tool which inject web3), Remix can be used to test and debug a Dapp (see :doc:`../tutorial_mist`)
7 years ago
Developing smart contract requires a deep understanding of the associated Blockchain technology.
7 years ago
!! Don't use Remix against a production network unless you are completely sure what you are doing !!
This documentation describes all the features remix provides.
The GUI can be separated in 4 parts. Click on one the link to get more information.
- :doc:`../file_explorer`
- :doc:`../solidity_editor`
- :doc:`../terminal`
- :doc:`../tabs_panel`
- :doc:`../compile_tab`
- :doc:`../run_tab`
- :doc:`../settings_tab`
- :doc:`../debugger_tab`
- :doc:`../analysis_tab`
- :doc:`../support_tab`
7 years ago
Quick Start
-----------
(see :doc:`../quickstart_javascriptvm`)
7 years ago
8 years ago
Tutorial
--------
.. toctree::
:maxdepth: 1
8 years ago
tutorial_remixd_filesystem.rst
8 years ago
tutorial_mist.rst
8 years ago
tutorial_debug.rst
tutorial_import.rst