a rough proof of concept market making bot for the XRPL dex
Steps to install
- clone the repo
- run npm i
- Add the .env File with the following values below. Change the appropriate values to what currency on the XRPL dex you'd like to trade with.
- run node bot.js
XRPL_RPC=wss://s1.ripple.com/
XRPL_ACCOUNT_ADDRESS=
XRPL_ACCOUNT_SECRET=
CURRENCY=5041524300000000000000000000000000000000
CURRENCY_ISSUER=rE42R1mbjGtMzzFTL5aqpbTrj3TDVq71jo
LOWEST_SPREAD_THRESHOLD=15
POSITION_SIZE=75
TXN_FEE=15