ethereum/remix

Name: remix

Owner: ethereum

Description: Ethereum IDE and tools for the web

Created: 2016-04-11 09:05:03.0

Updated: 2018-01-17 12:42:28.0

Pushed: 2018-01-17 17:54:13.0

Homepage: null

Size: 8649

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Remix

Join the chat at https://gitter.im/ethereum/remix

Ethereum tools for the web.

Are you looking for the Remix IDE? Follow this link!

What is Remix?

Remix is a suite of tools to interact with the Ethereum blockchain in order to debug transactions, stored in this Git repository. A Remix transaction Web debugger is available here, and its source code is part of this repository.

The Remix IDE is an IDE for Solidity dApp developers, powered by Remix. The Remix IDE repository is available here, and an online version is available at https://remix.ethereum.org.

How to use Remix
Prerequisites

To use Remix tools, you'll need to connect to an Ethereum node. You can do that using the Mist browser, or by connecting to your local Ethereum node (geth, or eth). Note: connecting to geth does not work through https.

DO NOT DO EXECUTE THESE COMMANDS IF geth/eth STORES YOUR PRIVATE KEYS, as any external system might be able to access your node's RPC server!

Those commands will run the RPC server on localhost:8545, which is the default URL that Remix will connect to. This instance should only be used for debugging purposes. Never use features that could have an impact on your keys: do not unlock any keys, do not use this instance together with the wallet, do not activate the admin web3 API.

Run the debugger

See here how to install, run and use the debugger locally.

Remix Modules

Remix is built out of 4 different modules:

Contributing

Everyone is very welcome to contribute on the codebase of Remix. Please reach us in Gitter.

For more information on the contributing procedure, see CONTRIBUTING.md. For more information on running and developing the Remix debugger, see the debugger README.md.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.