Daniil Okhlopkov

Results 80 comments of Daniil Okhlopkov

@johnngo @sharjeelm @87980715 @yunhui0501 @djpnewton I've successfully set up the exchange. I've written all the steps I've made [here](https://github.com/testnet-exchange/python-viabtc-api). Don't forget to put a star on a repo :)

You can see how I compile all files in docker-compose here: http://github.com/testnet-exchange/viabtc_exchange_server/tree/master/docker

We are developing our own exchange based on this repo. You can see details here: https://github.com/testnet-exchange/

@robzhang2017 Actually, no, I'm working on another project right now: https://github.com/instagrambot. But feel free to add your pull requests - I'll merge them.

I've added docker-compose files for this exchange - not it is much easier to run this exchange. Feel free to use: https://github.com/testnet-exchange/viabtc_exchange_server

@objectt Feel free to use my Dockerfiles and docker-compose - that would simplify the quick start process of the exchange. https://github.com/testnet-exchange/viabtc_exchange_server

Fee goes nowhere. A user just receive less tokens than he or she asks (depending on fee amount). Thus, the amount of funds in circulation decreases, while the real tokens...

You can just subtract the amount of tokens that were deposited my users and the amount of tokens that circulating in your exchange.

@djoffrey I've made a docker-compose version too, you can check it here: https://github.com/testnet-exchange/

@rajkumarbhaji You can check my python wrapper and how I perform there API calls. https://github.com/testnet-exchange/python-viabtc-api/blob/master/README.md I'm using my fork with docker-compose support. https://github.com/testnet-exchange/viabtc_exchange_server