
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@laborx/command-ganache-plugin
Advanced tools
Provides an extension of Ganache for Command.
yarn add -D @laborx/command-ganache-plugin
testrpc.json
(or with other config filename) and specify ganache configuration, for example:{
"network_id": 666,
"host": "127.0.0.1",
"port": 8546,
"db_path": "./data/blockchain",
"gasPrice": 1,
"gasLimit": 8000000,
"account_keys_path": "./test-accounts.json",
"mnemonic": "brave dry ride escape panther wave wife coin input come cash survey"
}
Other options from ganache-cli specification could be added as-is.
Run from command line with the following syntax
npx -p @laborx/command-ganache-plugin ganache-runner ganache --config=./testrpc.json
or in package.json
{
"scripts": {
"ganache-runner": "ganache-runner",
"ganache": "yarn ganache-runner ganache --config=./testrpc.json"
}
}
import { runGanache } from "@laborx/command-ganache-plugin";
const server = runGanache({ config: "./testrpc.json" })
FAQs
Provides ganache plugin for node's Command
The npm package @laborx/command-ganache-plugin receives a total of 0 weekly downloads. As such, @laborx/command-ganache-plugin popularity was classified as not popular.
We found that @laborx/command-ganache-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.