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

@123456btc/123456btc-cli

v1.0.10

Published

123456btc CLI - 策略订阅、信号接收、Provider 管理一站式工具

Readme

123456btc-cli

123456btc 平台官方 CLI — 策略订阅、信号接收、Provider 管理一站式工具

完整中文文档请参见 README.zh-CN.md

功能特性

  • 策略广场 — 浏览、筛选、订阅平台策略(按 BBT 持仓分级)
  • 实时信号 — WebSocket 接收交易信号,支持自动 ACK + 断线重连
  • 信号管理 — 历史查询、手动 ACK、执行详情上报
  • Provider 管理 — 申请入驻、创建策略、提交审核、推送信号、收益提现
  • API Key 认证sk-bbt-xxx 长期密钥 + at-bbt-xxx 短期访问令牌
  • 钱包扫码登录 — Solana 钱包扫码,自动生成 API Key

安装

npm install -g @123456btc/123456btc-cli

快速开始

1. 登录

# 方式一: 钱包扫码(推荐)
123456btc-cli auth wallet-login

# 方式二: 直接输入 API Key
123456btc-cli auth login -k sk-bbt-your_key

2. 浏览并订阅策略

123456btc-cli strategy list
123456btc-cli strategy subscribe strat-xxx
123456btc-cli strategy my

3. 实时接收信号

123456btc-cli strategy stream strat-xxx

4. Provider 推送信号

export PROVIDER_API_KEY=pk-bbt-your_provider_key
123456btc-cli provider push-signal \
  --strategy-id strat-xxx \
  --symbol BTCUSDT \
  --decision long \
  --price 65000

命令速查

| 分类 | 命令 | |------|------| | 认证 | auth login / auth wallet-login / auth status / auth verify / auth logout | | 策略 | strategy list / strategy show / strategy subscribe / strategy unsubscribe / strategy my / strategy stream | | 信号 | signals latest / signals history / signals ack | | Provider | provider apply / provider me / provider earnings / provider withdraw / provider strategies / provider create-strategy / provider submit / provider push-signal / provider stats |

计费模式

| 模式 | 扣费时机 | 分账比例 | |------|----------|----------| | daily_bbt | 订阅首扣 + 每24h续费 | 70% 平台销毁 / 30% Provider | | per_signal_bbt | 用户 ACK 信号时 | 70% 平台销毁 / 30% Provider | | free | 不扣费 | — |

License

Apache-2.0