Commit 2362fdaf authored by ioedeveloper's avatar ioedeveloper

Updated urls and package name

parent 7619a0a5
# 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](https://github.com/ethereum/remix-project) (aka. Browser-Solidity). It allows a websocket connection between
`Remix IDE` (web application) and the local computer.
Practically Remix IDE make available a folder shared by `remixd`.
Practically Remix IDE makes 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](https://remix-ide.readthedocs.io/en/latest/remixd.html).
Alternatively `remixd` can be used to setup a development environment that can be used with other popular frameworks like Embark, Truffle, Ganache, etc..
......@@ -13,7 +13,7 @@ Alternatively `remixd` can be used to setup a development environment that can b
## INSTALLATION
`npm install -g remixd`
`npm install -g @remix-project/remixd`
## HELP SECTION
......
{
"name": "remixd",
"name": "@remix-project/remixd",
"version": "0.2.4-alpha.0",
"description": "remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)",
"main": "./index.js",
......@@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remixd.git"
"url": "git+https://github.com/ethereum/remix-project.git"
},
"keywords": [
"remix",
......@@ -25,12 +25,12 @@
"ethereum",
"solidity"
],
"author": "cpp ethereum team",
"author": "Remix Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum/remixd/issues"
"url": "https://github.com/ethereum/remix-project/issues"
},
"homepage": "https://github.com/ethereum/remixd#readme",
"homepage": "https://github.com/ethereum/remix-project#readme",
"dependencies": {
"@remixproject/plugin": "0.3.0-beta.5",
"@remixproject/plugin-api": "0.3.0-beta.5",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment