
闪电交易所
STDIO连接LnExchange API的交易服务
连接LnExchange API的交易服务
This is a Node.js service for interacting with the LnExchange API, providing spot trading functionality.
npm install
To compile TypeScript files to JavaScript:
npm run build
This will:
tsc
After building, you can start the service with:
npm start
Please replace with your Nostr private key: xxxxxxxxxxxxxxxxxxxx
{ "mcpServers": { "lnexchange-mcp-node-service-test": { "command": "npx", "args": [ "-y", "lnexchange-mcp-node-service-test", "xxxxxxxxxxxxxxxxxxxx" ] } } }