
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@voidly/pay-cli
Advanced tools
Command-line interface for Voidly Pay. Whoami, balance, transfer, escrow, x402 quote/verify, webhook subscribe, activity feed.
Command-line interface for Voidly Pay. Shell + CI + scripting access to every primitive on the rail.
npm install -g @voidly/pay-cli
# or one-shot
npx @voidly/pay-cli help
# First run mints + persists a keypair to ~/.voidly-pay/keypair.json (mode 0600)
voidly-pay whoami
# Read state
voidly-pay balance
voidly-pay health
voidly-pay activity --limit 10
voidly-pay leaderboard --metric earned_24h
# Move money
voidly-pay transfer did:voidly:bob 0.5 --memo 'first payment'
voidly-pay batch did:voidly:a=1,did:voidly:b=2.5,did:voidly:c=0.1
voidly-pay history --limit 20
# Escrow
voidly-pay escrow open did:voidly:bob 1.0 --hours 24
voidly-pay escrow release <id>
voidly-pay escrow refund <id> --reason 'stale'
# Streams
voidly-pay stream open did:voidly:provider 5
voidly-pay stream meter <stream_id> 1 0.001 --units 100
# x402
voidly-pay x402 quote /api/expensive 0.01
voidly-pay x402 verify 'voidly-credit transfer_id=abc; quote_id=xyz'
# Pay-on-402
voidly-pay fetch https://api.example.com/data --max 0.05
# Webhooks
voidly-pay webhook subscribe https://my-server.com/voidly --events transfer.settled
# Webhook signature verify (body via stdin or arg)
echo '{"foo":"bar"}' | voidly-pay verify-sig <secret_hex> 't=1234,v1=...'
All commands output JSON to stdout. Pipe through jq for prettier output, or pass --pretty for pretty-printing.
export VOIDLY_PAY_API_URL=https://api.voidly.ai # default
export VOIDLY_PAY_KEY_PATH=$HOME/.voidly-pay/keypair.json
Or per-call:
voidly-pay whoami --api-url http://localhost:8787
MIT
FAQs
Command-line interface for Voidly Pay. Whoami, balance, transfer, escrow, x402 quote/verify, webhook subscribe, activity feed.
The npm package @voidly/pay-cli receives a total of 2 weekly downloads. As such, @voidly/pay-cli popularity was classified as not popular.
We found that @voidly/pay-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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.