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.
ara-reward-dcdn
Advanced tools
An Ara Network node that runs a rewardable decentralized content distribution node.
Important reminder: All Ara development is still in flux.
$ npm install --save ara-reward-dcdn
$ ard start -i <userDID>
$ ard download -d <contentDID> -i <userDID>
$ ard seed -d <contentDID> -i <userDID>
See CLI docs
See API docs
index.js
is an ANN-compliant interface and does not give direct access to the DCDN class. For access to the DCDN class, use require('ara-reward-dcdn/dcdn')
.
Example download:
const DCDN = require('ara-reward-dcdn/dcdn')
const dcdn = new DCDN({
password: 'password',
userId: '0a98c8305035dcbb1e8fa0826965200269e232e45ac572d26a45db9581986e67'
})
dcdn.join({
did: '1b23c8305035dcbb1e8fa0826965200269e232e45ac572d26a45db95819abcd1',
download: true,
upload: false,
metaOnly: false,
price: 1,
maxPeers: 10,
jobId: 'ac23c8305035dcbb1e8fa0826965200269e232e45ac572d26a45db95819aef24'
})
ara-runtime-configuration is a dependency of ara-network and will read from the nearest .ararc
. Install ara-runtime-configuration separately to specify default values not present in an .ararc
.
LGPL-3.0
FAQs
An Ara Network node that runs a rewardable DCDN
The npm package ara-reward-dcdn receives a total of 0 weekly downloads. As such, ara-reward-dcdn popularity was classified as not popular.
We found that ara-reward-dcdn demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.