Skip to content

Order book replication browser bot for creating liquidity on ODEX

License

Notifications You must be signed in to change notification settings

byteball/odex-orderbook-replication-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odex-orderbook-replication-browser

This bot is a browser application that replicates orders from Bittrex BTC-GBYTE to a BTC discount stablecoin traded on an Odex decentralized exchange. When an order is filled on Odex, its opposite is immediately placed on Bittrex. A markup is configurable to enable some profits.

odex-replibot

This bot and its source code are offered as is, without any guarantees of its correct operation. The bot might lose money because of bugs, unreliable network connections, and other reasons.

Run locally (recommended)

The bot can be bundled from source and run from a local webserver. It's recomended since you can check the source code you actually run.

Install Nodejs in a version from 8 to 10.

git clone https://github.com/byteball/odex-orderbook-replication-browser.git
cd odex-orderbook-replication-browser
npm install
npm run serve

The bot can then be opened on your browser at address http://localhost:8080

Run as demo

This bot is available ready to use on replibot.papabyte.com

CORS-anywhere browser extension

This application will work only if your browser is configured to bypass CORS rules We recommend to use Firefox and install cors-everywhere extension. Don't enable CORS for every websites but whitelist only http://localhost:8080 or replibot.papabyte.com

Usage

  • Create an API access ('READ INFO' and 'TRADE') from your Bittrex account and fill the configuration form with the key and the secret.
  • Generate a WIF with a command line tool or online and paste it into the form, the control address that will be used to sign your orders should appear.
  • Log into Odex exchange with your Obyte GUI wallet and deposit GBYTE and BTC stablecoin
  • Set your Odex account exchange as owner addess then grant your control address the roght to trade on Odex account
  • Set the minimum balances you want to keep on exchanges and your markup
  • Ensure CORS is enabled by CORS-anywhere extension
  • Start the bot

About

Order book replication browser bot for creating liquidity on ODEX

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published