
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
mvc-cli-dev
Advanced tools
This is a simple CLI tool to operate MVC cli wallet.
yarn add @mvc-org/mvc-cli
Open terminal, at your current working directory, run mvc-cli init
and answer the next series of questions, this will generate account.json
file at your current working directory.
// account.json file
MEMONIC="abc edf"
ACCOUNTPATH="m/44'/10001'/0'/0/0"
NETWORK=mainnet
mvc-cli [command] [options]
Options:
getbalance
command)Commands
command | description |
---|---|
send <address> <amount> | for space transferring |
getbalance [options] | for getting space and token balance of your account |
ft-transfer <token> <address> <amount> | for transferring your fungible token to target address |
ft-register | for registering a fungible token, just answer the following series of questions. |
mvc-cli send --help
mvc-cli send 12ecgYPjeZh3mv6izoVuBSaa1Dxxwv2J1G 0.01
mvc-cli ft-transfer msp 12ecgYPjeZh3mv6izoVuBSaa1Dxxwv2J1G 0.88
// or
mvc-cli ft-transfer b2d75931958114e48c9927160f80363eae78e2dc 12ecgYPjeZh3mv6izoVuBSaa1Dxxwv2J1G 0.88
// b2d.... is token MSP's genesis code
Open terminal, At your current working directory, run mvc-cli ft-register
and answer the next series of questions, this will generate tokenRegister.json
file at your current working directory.
// tokenRegister.json
[
{
"name": "msp",
"genesis": "b2d75931958114e48c9927160f80363eae78e2dc",
"decimal": "1e8",
"codehash": "a2421f1e90c6048c36745edd44fad682e8644693"
},
]
FAQs
## Description
The npm package mvc-cli-dev receives a total of 4 weekly downloads. As such, mvc-cli-dev popularity was classified as not popular.
We found that mvc-cli-dev 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
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.