king-bcolor/dsh-chaingate-wallet-plugin ↗★ 0
dsh-chaingate-wallet-plugin
DeepSeek Harness wallet plugin powered by the ChainGate TypeScript SDK.
AI 分析
核心用途是通过 DSH 网页端或命令行管理加密货币钱包。适合需要通过 AI 辅助创建钱包、查询余额、估算手续费及发送交易的 Web3 用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:king-bcolor/dsh-chaingate-wallet-pluginドキュメント
README 全文を読む ↗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