Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 339 Bytes

Readme.md

File metadata and controls

17 lines (13 loc) · 339 Bytes

LnMarkets Trading Bot

  • Sign up for lnmarkets
  • Get your API Token
  • Check the .env.example file for the list of the things you need from lnmarkets
  • Sign up for taapi at taapi.io and get an API Key
# Copy the env example and replace values
cp .env.example .env

# Install dependencies
npm install

# Run the bot
node main.mjs