king-bcolor/dsh-chaingate-wallet-plugin0

dsh-chaingate-wallet-plugin

基于 ChainGate TypeScript SDK 的 DeepSeek Harness 钱包插件。

AI 分析

核心用途是通过 DSH 网页端或命令行管理加密货币钱包。适合需要通过 AI 辅助创建钱包、查询余额、估算手续费及发送交易的 Web3 用户。

包名
dsh-chaingate-wallet-plugin
版本
0.3.0
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:king-bcolor/dsh-chaingate-wallet-plugin

Usage

Start the web profile and open the printed URL (default http://127.0.0.1:3080):

dsh web

In the web UI sidebar, click ChainGate 钱包 to open the wallet console. For a CLI-only profile:

dsh --profile default

Example prompts:

  • Create a new Bitcoin wallet and show the first address.
  • Check the ETH balance of address 0x...
  • Estimate fees and send 0.01 ETH to 0x... (you will be asked to confirm)

Configuration

- id: chaingate-wallet
  name: dsh-chaingate-wallet-plugin
  config:
    apiKey: ""
    defaultNetwork: ethereum
    confirmBroadcast: true