npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

black-edge-cli

v1.0.0

Published

Institutional-grade HFT CLI for the Black Edge Dark Pool

Readme

⚡ Black Edge CLI

Institutional-grade HFT terminal for prediction market arbitrage

The command-line interface for Black Edge — stream real-time trading signals powered by a 5-agent AI Council directly to your terminal.

█████╗ ██╗      █████╗  █████╗ ██╗  ██╗    ███████╗██████╗  ██████╗ ███████╗
██╔══██╗██║     ██╔══██╗██╔══██╗██║ ██╔╝    ██╔════╝██╔══██╗██╔════╝ ██╔════╝
███████║██║     ███████║██║  ╚═╝█████═╝     █████╗  ██║  ██║██║  ██╗ █████╗
██╔══██║██║     ██╔══██║██║  ██╗██╔═██╗     ██╔══╝  ██║  ██║██║  ╚██╗██╔══╝
██║  ██║███████╗██║  ██║╚█████╔╝██║ ╚██╗    ███████╗██████╔╝╚██████╔╝███████╗
╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝ ╚════╝ ╚═╝  ╚═╝    ╚══════╝╚═════╝  ╚═════╝ ╚══════╝

🚀 Quick Start

Installation

npm install -g black-edge-cli

Usage

black-edge start

On first run, you'll be guided through:

  1. API Key — Enter your Black Edge API key (be_live_***)
  2. Credit Check — Verify your remaining API credits
  3. Polymarket Keys — Configure local trading credentials (optional)
  4. Strategy Selection — Choose Oracle or Sniper mode
  5. Live Streaming — Receive real-time signals as they're generated

📡 How It Works

Black Edge CLI connects to the Black Edge API and streams trading signals in real-time:

  • Web Terminal: Trade directly in your browser at blackedge.io
  • CLI Terminal: Run the engine locally with your own keys

Both clients consume the same centralized API credit pool.

Each signal costs 1 credit. Purchase credits at blackedge.io/pricing.


🔑 Get Your API Key

  1. Sign up at blackedge.io
  2. Connect your wallet or OAuth (Google/Apple)
  3. Go to Account & API panel
  4. Copy your API key (be_live_***)

⚠️ Keep your API key secret! It authenticates both Web Terminal and CLI access.


💳 Credit System

  • 100 credits — Free tier (demo)
  • 10,000 credits — Runner tier ($29/month)
  • 100,000 credits — Whale tier ($999/month)

When you run out of credits, the CLI will display:

┌────────────────────────────────────────┐
│   ⚠️  NO API CREDITS REMAINING        │
│                                        │
│   Purchase more at:                    │
│   https://blackedge.io/pricing         │
└────────────────────────────────────────┘

🎯 Features

Real-time Signal Streaming — Receive signals as they're generated ✅ Credit Balance Tracking — See remaining credits after each signal ✅ 5-Agent AI Council — Powered by Sage, Prophet, Doomer, Sentinel, Arbiter ✅ Polymarket Integration — Execute trades locally with your own keys ✅ Strategy Modes — Oracle (sentiment) or Sniper (arbitrage) ✅ Beautiful CLI — Sleek terminal UI with color-coded output


🛠️ Configuration

On first run, black-edge start creates ~/.blackedge/config.json:

{
  "apiKey": "be_live_***",
  "polymarket": {
    "proxyKey": "your-proxy-key",
    "secret": "your-secret",
    "passphrase": "your-passphrase",
    "polygonPrivateKey": "your-polygon-pk"
  },
  "strategy": "oracle"
}

To reconfigure: Delete ~/.blackedge/config.json and run black-edge start again.


📊 Example Output

[11:42:03] ✅ Connected to Black Edge API
[11:42:03] 💳 Credits remaining: 8,450 / 10,000

[11:42:15] 📡 NEW SIGNAL
           Market: Bitcoin above $120K by End of 2025
           Edge: +12.4%
           Council Vote: 4/5 YES
           Kelly: 8.2%
           💳 Credits: 8,449

[11:42:47] 📡 NEW SIGNAL
           Market: Ethereum ETF Approval 2025
           Edge: +7.8%
           Council Vote: 5/5 YES
           Kelly: 6.1%
           💳 Credits: 8,448

🔒 Security

  • API keys are stored locally in ~/.blackedge/config.json
  • Never share your API key — it grants full access to your account
  • Polymarket keys stay local — they're never sent to Black Edge servers
  • All connections use TLS/SSL encryption

📚 Documentation


⚖️ Legal

  • Not financial advice — All signals are for informational purposes only
  • Prediction markets — Subject to local regulations
  • Risk disclosure — Read blackedge.io/risk-disclosure

🆘 Support


📜 License

MIT © Black Edge


Built with ⚡ by the Black Edge team