Welcome to Remix’s documentation!
Remix IDE is used for the entire journey of smart contract development by users at every knowledge level. It requires no setup, fosters a fast development cycle, and has a rich set of plugins with intuitive GUIs. The IDE comes in two flavors (web app or desktop app).
Remix Online IDE, see: https://remix.ethereum.org
Supported browsers: Firefox, Chrome, Brave. We do not support use of Remix on tablets or mobile devices.
Translations of the Remix Documentation: currently available in English, Simplified Chinese, Spanish, Italian, and French. More languages are on the way.
Remix Project
Remix IDE is part of the Remix Project which also includes the Remix Plugin Engine and Remix Libraries, which are low-level tools for wider use.
Remix IDE is located at remix.ethereum.org and more information can be found in these docs. The IDE’s repo is at GitHub.
This set of documents covers instructions on how to use Remix. Additional information can be found in our blog and in our tutorial tool, LearnEth located inside of Remix IDE.
Useful links:
Remix Alpha - The version where we test new Remix release (not stable!).
Remix Desktop - Remix Desktop’s release page.
Introduction
- Navigating Remix
- Using Remix Safely
- Tutorials in Remix
- Remix URLs & Links with Parameters
- Main Remix URLs
- Customize Remix with URL Parameters
- Pass commands to a plugin’s API via a url param
- Load a file via a URL into the Editor
- Load an encoded base64 string into a .sol file in the Editor
- Load contracts from Etherscan via address
- Load a Solidity contract from Github
- Load a GIST
- Load a specific version of the Solidity compiler:
- Load a custom Solidity compiler:
- Turn on autoCompile:
- Select the language for the Solidity Compiler
- FAQ
Core Modules
Solidity modules
Unit Testing
External Tool Integrations
Guides
Advanced