This is a browser-client application used for trading in the bittrex exchange. You'll need to have nodejs installed on your machine to run this client
This application uses the node package node.bittrex.api
If you have any questions or feedback - I can be contacted at luis@devluismiranda.com
This Library is licensed under the MIT license.
Keep in mind that this client's purpose is for trading in the bittrex exchange; so, be thoughtful and take the time to understand how to use this application before you start trading.
- In order to start trading, make sure that you create an api key in bittrex with the following permissions:
-
Make sure that the node server is running to serve the files to the browser. All supporting files (bootstrap,jquery, etc) are served to the client from the node_modules folder
-
When the page is loaded for the first time, click on 'Update Settings' and enter the api key and secret key to start trading - this information is only maintained in the browser local storage. Make sure to keep this information safe, in case the data is loss and needs to be re-entered.
-
After updating the settings for the first time, refresh the page to reconnect to the server with the api information - this only needs to be done when the api info is entered, from thereon, it'll be loaded from the local storage