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.
aelf-command
Advanced tools
项目本地安装
# 项目路径下本地安装
npm i aelf-command --save
可在Node.js REPL中或者js文件中使用
// 安装完成后
const keyStoreFunctions = require('aelf-command');
// 生成一个新的钱包和对应的keyStore,keyStore并写入文件,文件名为<{生成的钱包地址}_keyStore.json>
const result = keyStoreFunctions.generateKeyStore('password', '/Users/yangmutong/Documents/test/');
console.log(result.wallet);
console.log(result.keyStore);
const extractedKeyStore = keyStoreFunctions.extractFromKeyStore(`/Users/yangmutong/Documents/test/${result.wallet.address}_keyStore.json`, 'password');
console.log(extractedKeyStore);
FAQs
A CLI tools for AElf
The npm package aelf-command receives a total of 44 weekly downloads. As such, aelf-command popularity was classified as not popular.
We found that aelf-command 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.