
LnExchange
STDIONode.js service for interacting with LnExchange API, providing spot trading functionality.
Node.js service for interacting with LnExchange API, providing spot trading functionality.
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" ] } } }