Commit 2362fdaf authored by ioedeveloper's avatar ioedeveloper

Updated urls and package name

parent 7619a0a5
# 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](https://github.com/ethereum/remix-project) (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 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.. 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 ...@@ -13,7 +13,7 @@ Alternatively `remixd` can be used to setup a development environment that can b
## INSTALLATION ## INSTALLATION
`npm install -g remixd` `npm install -g @remix-project/remixd`
## HELP SECTION ## HELP SECTION
......
{ {
"name": "remixd", "name": "@remix-project/remixd",
"version": "0.2.4-alpha.0", "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)", "description": "remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)",
"main": "./index.js", "main": "./index.js",
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ethereum/remixd.git" "url": "git+https://github.com/ethereum/remix-project.git"
}, },
"keywords": [ "keywords": [
"remix", "remix",
...@@ -25,12 +25,12 @@ ...@@ -25,12 +25,12 @@
"ethereum", "ethereum",
"solidity" "solidity"
], ],
"author": "cpp ethereum team", "author": "Remix Team",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "dependencies": {
"@remixproject/plugin": "0.3.0-beta.5", "@remixproject/plugin": "0.3.0-beta.5",
"@remixproject/plugin-api": "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