king-bcolor/dsh-chaingate-wallet-plugin0

dsh-chaingate-wallet-plugin

DeepSeek Harness wallet plugin powered by the ChainGate TypeScript SDK.

包名
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