
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@crunchdao/cli
Advanced tools
A command-line interface for the Crunch Protocol, allowing for Coordinator Management, Crunch Management and Staking Operations.
npm install -g @crunchdao/cli
# Configure your environment
crunch config set network devnet
crunch config set wallet ~/.config/solana/devnet.json
# Check your setup
crunch config show
# Register as a coordinator
crunch coordinator register "MyCoordinator"
The CLI is organized by functional domains rather than user roles:
crunch coordinator - Coordinator-specific operationscrunch cruncher - Participant/cruncher operationscrunch staking - All staking-related operationscrunch crunch - Crunch competition management and participationcrunch config - Global configuration managementAll commands support these global options:
-n, --network <network> - Solana network (mainnet-beta|testnet|devnet|localhost)-w, --wallet <path> - Path to wallet keypair file-u, --url <url> - Custom RPC URL (overrides network)-o, --output <format> - Output format (json|table|yaml)-v, --verbose - Enable verbose logging-q, --quiet - Suppress non-error output--dry-run - Show what would be executed without running--timeout <seconds> - Command timeout in seconds# Deposit tokens for staking
crunch staking deposit 1000
# Delegate to a coordinator
crunch staking delegate 7x8yF...3k9L 500
# Check positions and rewards
crunch staking positions
crunch staking rewards
# Claim rewards
crunch staking claim
# Add a model to a competition
crunch cruncher model add "DataSci2024" "bot1" "submission123" "resource456" "gpu" "start"
# List models in a competition
crunch cruncher model list "DataSci2024"
# Update model
crunch cruncher model update "DataSci2024" "bot1" '{"state": "stop"}'
The CLI uses a global configuration file stored at ~/.crunch/config.json:
# Set default network
crunch config set network devnet
# Set default wallet
crunch config set wallet ~/.config/solana/devnet.json
# View current configuration
crunch config show
# Validate configuration
crunch config validate
Please see the main repository's contributing guidelines.
MIT
FAQs
Crunch Protocol CLI
The npm package @crunchdao/cli receives a total of 25 weekly downloads. As such, @crunchdao/cli popularity was classified as not popular.
We found that @crunchdao/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.