Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
To run a standardized Linux distribution with all the required development tools, you probably want Vagrant:
vagrant up --provider=docker
# or
vagrant up --provider=virtualbox
# then
vagrant ssh
The Vagrant setup has synchronized filesystem access with the workspace directory on your host system, so you can use your favourite IDE to modify the files, and just run Linux commands on the SSH connection.
If you don't use Vagrant, you can develop on your own local operating system.
NOTE: You will need Go 1.12 or newer to run the Agoric VM.
# Install the agoric devtool.
npm install -g agoric
or:
# Run the agoric devtool.
npx agoric [...options]
Here is a simple script for how to get started.
# Initialize your dapp project.
# Note: Change the `demo` name to something meaningful.
agoric init demo
# Go to its directory.
cd demo
# Install Javascript/Go dependencies.
agoric install
# Run the local vat machine.
agoric start
# Install your smart contract and web api (can be done separately)
agoric deploy ./contract/deploy.js ./api/deploy.js
# Navigate to http://localhost:8000/
FAQs
Manage the Agoric Javascript smart contract platform
The npm package agoric receives a total of 2,746 weekly downloads. As such, agoric popularity was classified as popular.
We found that agoric demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.