v0.7.7
This release add support to privacy mode in Metamask.
Remix IDE
- remix.ethereum.org
npm install -g remix-ide
- Remix as a plugin for Embark: https://www.npmjs.com/package/embark-remix
- docker: https://hub.docker.com/r/4c0n/remix-ide/ thanks to @4c0n
Remixd
Remixd is a tool which provide a way to access your local file from any remix IDE web app.
npm install -g remixd
remixd
is included inremix-ide
NPM package. it automatically shares the current local folder (or the given folder if any)- docker: https://hub.docker.com/r/4c0n/remixd/ thanks to @4c0n