
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@cere-ddc-sdk/cli
Advanced tools
DDC CLI provides a flexible set of commands for developers to help setting up a DDC account, upload/download files and more.
Global installation:
npm install -g @cere-ddc-sdk/cli
As a project dependency
npm install --save-dev @cere-ddc-sdk/cli
Running with NPX will auto-install the package
npx @cere-ddc-sdk/cli [command] [options]
All interactions with DDC CLI are of the form
npx @cere-ddc-sdk/cli [command] [options]
or using named binary
cere-ddc [command] [options]
To display basic commands and arguments -
npx @cere-ddc-sdk/cli --help
Upload a file to DDC
npx @cere-ddc-sdk/cli upload ./image.jpg network=testnet --signer="seed phrase" --bucketId=123
It is possible to provide configuration file instead of adding all options to a command line
npx @cere-ddc-sdk/cli upload ./image.jpg --config ./ddc.config.json
The configuration file example
{
"network": "testnet",
"signer": "seed phrase",
"signerType": "sr25519",
"clusterId": "0x...",
}
Licensed under the Apache License
FAQs
DDC command line interface
The npm package @cere-ddc-sdk/cli receives a total of 31 weekly downloads. As such, @cere-ddc-sdk/cli popularity was classified as not popular.
We found that @cere-ddc-sdk/cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.