All Projects → ethereum → Mix

ethereum / Mix

Licence: mit
The Mix Ethereum Dapp Development Tool

Programming Languages

javascript
184084 projects - #8 most used programming language

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].