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.
84 lines
2.0 KiB
84 lines
2.0 KiB
5 years ago
|
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
|
||
|
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
|
||
|
<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:
|
||
|
|
||
|
- `Solidity documentation <https://solidity.readthedocs.io>`__
|
||
|
|
||
|
- `Remix alpha <http://remix-alpha.ethereum.org>`__ - The version where we test new Remix release (not stable!).
|
||
|
|
||
5 years ago
|
- `Remix on Medium <https://medium.com/remix-ide>`__
|
||
|
|
||
5 years ago
|
- `Ethereum StackExchange for Remix <https://ethereum.stackexchange.com/questions/tagged/remix>`__
|
||
|
|
||
|
- `Community support channel <https://gitter.im/ethereum/remix>`__
|
||
|
|
||
|
- `Ðapp Developer resources (Ethereum wiki) <https://github.com/ethereum/wiki/wiki/Dapp-Developer-Resources>`__
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
:caption: New Layout Intro
|
||
|
|
||
|
layout
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
:caption: Tour of default modules
|
||
|
|
||
|
file_explorer
|
||
|
plugin_manager
|
||
|
settings
|
||
|
solidity_editor
|
||
|
terminal
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
:caption: Tour of typical solidity modules
|
||
|
|
||
|
compile
|
||
|
run
|
||
|
udapp
|
||
|
debugger
|
||
|
static_analysis
|
||
|
|
||
5 years ago
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
:caption: Solidity Unit Testing
|
||
|
|
||
|
unittesting
|
||
|
assert_library
|
||
5 years ago
|
unittesting_examples
|
||
5 years ago
|
|
||
5 years ago
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
:caption: Using Remix
|
||
|
|
||
|
contract_metadata
|
||
|
create_deploy
|
||
5 years ago
|
tutorial_debug
|
||
5 years ago
|
import
|
||
5 years ago
|
remix_commands
|
||
5 years ago
|
remixd
|
||
5 years ago
|
FAQ
|
||
5 years ago
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
5 years ago
|
:caption: Miscellaneous
|
||
5 years ago
|
|
||
|
locations
|
||
|
remix_tutorials_github
|
||
|
code_contribution_guide
|
||
|
community
|