Skip to content

a rough proof of concept market making bot for the XRPL dex

Notifications You must be signed in to change notification settings

ajkagy/xrpl-market-maker-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xrpl-market-maker-bot

a rough proof of concept market making bot for the XRPL dex

Steps to install

  1. clone the repo
  2. run npm i
  3. 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.
  4. 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

About

a rough proof of concept market making bot for the XRPL dex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors