This project packages Remix, the excellent Ethereum Solidity IDE, into a dedicated desktop application that runs from your local machine. Remix-app also caches solc compiler downloads so Remix is fully usable in airplane mode.
To install a pre-built image, see: https://github.com/horizon-games/remix-app/releases
To build your own:
- Clone this repo
yarn install
yarn dist
- Find the distribution for your os in dist/
- Remix online version: https://remix.ethereum.org
- Remix runtime: https://github.com/ethereum/remix
- Remix IDE: https://github.com/ethereum/browser-solidity
- Thanks to the amazing efforts by @yann300 + team for writing https://github.com/ethereum/remix
- Thanks to @acrylix for contributing
MIT