Skip to content
This repository was archived by the owner on Feb 8, 2018. It is now read-only.

ethereum/mix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2f4994 · Aug 11, 2016
Jun 7, 2016
Oct 1, 2015
Jun 29, 2016
Mar 16, 2015
May 11, 2015
Aug 18, 2015
Jun 10, 2016
Aug 24, 2015
Aug 17, 2015
Feb 9, 2016
Aug 11, 2016
Oct 1, 2015
Oct 1, 2015
Oct 2, 2015
Jan 23, 2015
Aug 11, 2015
Feb 22, 2016
Jan 28, 2016
Mar 31, 2015
Mar 26, 2015
Aug 26, 2015

Repository files navigation

Mix

Join the chat at https://gitter.im/ethereum/mix The Mix Ethereum Dapp Development Tool

Mix is an IDE that allows developers to build and deploy contracts and decentralized applications on top of the Ethereum blockchain.

it includes:

  • Source code editor for Solidity (contract - backend) and HTML/JS (frontend)
  • Solidity source code debugger
  • Blockchain editor
  • Internal RPC server (allows debugging transactions/calls created from the web3 JavaScript API)
  • Dapp/Contract deployment (deploying to test or live chain)

Mix has been discontinued.

We are now focusing on remix ( https://github.com/ethereum/remix ) which will provide soon the same level of functionality as mix. Remix is in the early stage (alpha version). it only provides VM debugging for now. Remix has already been integrated with browser solidity ( https://ethereum.github.io/browser-solidity/#version=soljson-latest.js ). You can use it right now.

But as remix is still alpha, i would not recommend to use it as a production tool. please wait for further announcements. Thanks and i hope you will enjoy playing with remix! Feel free to join the gitter channel https://gitter.im/ethereum/remix and share your thoughts with us.

Download binaries: https://github.com/ethereum/mix/releases

Build from source: http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/building-from-source/