Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@remix-project/remixd
Advanced tools
remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)
remixd
is a tool that intend to be used with Remix IDE (aka. Browser-Solidity). It allows a websocket connection between
Remix IDE
(web application) and the local computer.
Practically Remix IDE makes available a folder shared by remixd
.
More details are explained in this tutorial.
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
yarn global add @remix-project/remixd
There is a new version of remixd with a new npm address: https://npmjs.com/package/@remix-project/remixd If you were using the old one you need to:
npm uninstall -g remixd
yarn global add @remix-project/remixd
Usage: remixd -s <shared folder>
Provide a two-way connection between the local computer and Remix IDE
Options:
-v, --version output the version number
-u, --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
-r, --read-only Treat shared folder as read-only (experimental)
-h, --help output usage information
Example:
remixd -s ./ -u http://localhost:8080
remixd -s <absolute-path> --remix-ide https://remix.ethereum.org
The current user should have read/write
access to the folder (at least read
access).
It is important to notice that changes made to the current file in Remix IDE
are automatically saved to the local computer every 5000 ms. There is no Save
action. But the Ctrl-Z
(undo) can be used.
Furthermore :
Remix IDE
(that might change).FAQs
remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)
The npm package @remix-project/remixd receives a total of 688 weekly downloads. As such, @remix-project/remixd popularity was classified as not popular.
We found that @remix-project/remixd demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.