Unverified Commit 84975586 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #836 from ethereum/doc

remix packages
parents 617d58a9 4e224e2f
......@@ -30,6 +30,7 @@ Userful links:
:maxdepth: 2
:caption: Quick start
packages
solidity_editor
compile_tab
quickstart_javascript_vm
......
Packages
========
This part focuses on using `Remix IDE`, which is a browser based smart contract IDE. We will basically answer to the question:
Where can I use / download `Remix IDE`, and what is the difference between packages.
- An online version is available at https://remix.ethereum.org. This version is stable and is updated at almost every release.
- An alpha online version is available at https://remix-alpha.ethereum.org. This is not a stable version.
- npm `remix-ide` package `npm install remix-ide -g`. `remix-ide` create a new instance of `Remix IDE` available at http://127.0.0.1:8080 and make the current folder available to Remix IDE by automatically starting `remixd`.
see [Connection to `remixd`](http://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html) for more information about sharing local file with `Remix IDE`.
- Github release: https://github.com/ethereum/remix-ide/releases . The source code is packaged at every release but still need to be built using `npm run build`.
- Mist: `Remix IDE` can be started and use the local geth node from `Mist` https://github.com/ethereum/mist/releases
- Electron: `Remix IDE` wrapped as an Electron app is available at https://github.com/horizon-games/remix-app
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment