https://github.com/byteball/odex-orderbook-replication-browser
Order book replication browser bot for creating liquidity on ODEX
https://github.com/byteball/odex-orderbook-replication-browser
bittrex obyte odex trading-bot
Last synced: 12 months ago
JSON representation
Order book replication browser bot for creating liquidity on ODEX
- Host: GitHub
- URL: https://github.com/byteball/odex-orderbook-replication-browser
- Owner: byteball
- License: mit
- Created: 2020-04-23T03:15:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T22:18:07.000Z (almost 6 years ago)
- Last Synced: 2025-04-14T14:17:47.612Z (about 1 year ago)
- Topics: bittrex, obyte, odex, trading-bot
- Language: JavaScript
- Homepage:
- Size: 325 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# odex-orderbook-replication-browser
This bot is a browser application that replicates orders from Bittrex BTC-GBYTE to a BTC [discount stablecoin](https://ostable.org/) traded on an [Odex](odex.ooo) decentralized exchange. When an order is filled on Odex, its opposite is immediately placed on Bittrex. A markup is configurable to enable some profits.

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](https://replibot.papabyte.com)
## CORS-anywhere browser extension
This application will work only if your browser is configured to bypass [CORS rules](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
We recommend to use Firefox and install [cors-everywhere](https://addons.mozilla.org/en-US/firefox/addon/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](https://obytejs.com/utils/generate-wallet) or [online](https://bonustrack.github.io/obyte-paperwallet/) and paste it into the form, the control address that will be used to sign your orders should appear.
- Log into [Odex](https://odex.ooo) 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