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

Commit

Permalink
Merge pull request #329 from ethereum/yann300-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yann300 committed Aug 11, 2016
2 parents a112935 + f82d714 commit b2f4994
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Expand Up @@ -5,8 +5,6 @@ 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.

![Screenshot](MixScreenshot.png)

it includes:

- Source code editor for Solidity (contract - backend) and HTML/JS (frontend)
Expand All @@ -15,6 +13,20 @@ it includes:
- 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

Expand Down

0 comments on commit b2f4994

Please sign in to comment.