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.
nano-client-node
Advanced tools
Dead simple, promise-based client for interacting and building services on top of the NANO network.
Not hosting your own node? Sign up for node access and get your API key at raiblocks.club
npm install nano-client-node
Initiate the client with your API key and a valid RPC url. Optionally pass your address and private key to the constructor.
Not sure what your private key is? Call nano.get_deterministic_key()
with the account seed to get all relevant account information.
import Nano from 'nano-client-node'
const nano = new Nano({
api_key: process.env.API_KEY,
url: `https://rpc.raiblocks.club`,
origin_address: process.env.SENDER_WALLET,
origin_key: process.env.SENDER_WALLET_PRIVATE_KEY
})
nano.send('0.1', process.env.RECIPIENT_WALLET).then((res) => {
...
}).catch((err) => {
...
})
FAQs
Send and receive nano
The npm package nano-client-node receives a total of 0 weekly downloads. As such, nano-client-node popularity was classified as not popular.
We found that nano-client-node 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.