Updated urls and package name

pull/454/head
ioedeveloper 4 years ago
parent 7619a0a529
commit 2362fdaf50
  1. 8
      libs/remixd/README.md
  2. 10
      libs/remixd/package.json

@ -1,11 +1,11 @@
# 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

@ -1,5 +1,5 @@
{
"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",

Loading…
Cancel
Save