king-bcolor/dsh-chaingate-wallet-plugin ↗★ 0
dsh-chaingate-wallet-plugin
DeepSeek Harness wallet plugin powered by the ChainGate TypeScript SDK.
安装
$
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