You can get DragonClaw running in minutes.
The fastest path is the install script, followed by the onboarding command.
curl -fsSL https://dragonclaw.asia/install.sh | bash
Or install with npm:
npm i -g dragonclaw
dragonclaw onboard
This sets up your base configuration, provider choice, and local runtime state.
dragonclaw start
The gateway listens on port 18789 by default.
18789
Try messages like:
BTC现在什么价格?
审计这个合约 0x...
最近有什么热门 meme 币?
For production, keep the gateway behind Nginx and enable a gateway token.
Last updated 2 hours ago