JSPM

cryptowallet-gen

1.42.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q23309F
  • License MIT

Crypto wallet generator CLI tool

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cryptowallet-gen) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    cryptowallet-gen

    加密钱包生成器命令行工具

    截图

    功能特点

    • 生成全新的加密钱包地址(离线)
    • 生成带前缀的钱包地址(地址开头的字符串):[-p](不区分大小写)或 [-P](区分大小写)
    • 生成带后缀的钱包地址(地址结尾的字符串):[-s](不区分大小写)或 [-S](区分大小写)
    • 生成不同格式的钱包(比特币:legacysegwitbech32taproot;BNB:bep2bep20erc20;TON:w5 及之前所有格式):[-f]
    • 从指定助记词生成钱包:[-m]
    • 生成助记词:[-m] 或 [-m 12] 或 [-m 15] 或 [-m 18] 或 [-m 21] 或 [-m 24]
    • 使用多线程(多核心)加速生成 [-t]
    • 一次性生成多个钱包:[-n]
    • 将结果保存为 CSV 文件:[--csv]
    • 复制生成的助记词到剪贴板:[-C--copy]
    • 显示生成的钱包地址的二维码:[-q--qr]
    • 显示一些额外的"极客"信息:[-g]

    查看选项部分了解所有支持的命令