Update README.md

remixd
Liana Husikyan 6 years ago committed by GitHub
parent 1a9ec3230e
commit 6af473578b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.md

@ -1,15 +1,15 @@
# Remixd # Remixd
Remixd is a tool that intend to be used with [Remix IDE](http://github.com/ethereum/browser-solidity) (aka. Browser-Solidity). It allows a websocket connection between `remixd` is a tool that intend to be used with [Remix IDE](http://github.com/ethereum/browser-solidity) (aka. Browser-Solidity). It allows a websocket connection between
`Remix IDE` (web application) and the local computer. `Remix IDE` (web application) and the local computer.
Practically Remix IDE make available a folder shared by Remixd. Practically Remix IDE make available a folder shared by `remixd`.
More details are explained in this [tutorial](http://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html). More details are explained in this [tutorial](http://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html).
Alternatively Remixd can be used to setup a development environment that can be used with other popular frameworks like Embark, Truffle, Ganache, etc.. Alternatively `remixd` can be used to setup a development environment that can be used with other popular frameworks like Embark, Truffle, Ganache, etc..
Remixd needs `npm` and `node` `remixd` needs `npm` and `node`
## INSTALLATION ## INSTALLATION
@ -25,7 +25,10 @@ Remixd needs `npm` and `node`
Options: Options:
--remix-ide <url> URL of remix instance allowed to connect to this web sockect connection
-s, --shared-folder <path> Folder to share with Remix IDE -s, --shared-folder <path> Folder to share with Remix IDE
--read-only Treat shared folder as read-only (experimental)
--vyper Run a local vyper compiler
-m, --mist start mist -m, --mist start mist
-g, --geth start geth -g, --geth start geth
-p, --dev-path <dev-path> Folder used by mist/geth to start the development instance -p, --dev-path <dev-path> Folder used by mist/geth to start the development instance
@ -34,6 +37,7 @@ Remixd needs `npm` and `node`
-a, --auto-mine mine pending transactions -a, --auto-mine mine pending transactions
-r, --rpc <cors-domains> start rpc server. Values are CORS domain -r, --rpc <cors-domains> start rpc server. Values are CORS domain
-rp, --rpc-port rpc server port (default 8545) -rp, --rpc-port rpc server port (default 8545)
--profiler start profiler service
-h, --help output usage information -h, --help output usage information
``` ```

Loading…
Cancel
Save