exchangeproject / exchange

Lykke Blockchain integration for Skycoin (Python)
0 stars 0 forks source link

Support Lykke settings interface #118

Open olemis opened 6 years ago

olemis commented 6 years ago

Extracted from Lykke 1.3.0 specs

olemis commented 6 years ago

@stdevOzkar if possible to do all this by loading Lykke.SettingsReader via Python.NET , much better.

stdevOzkar commented 6 years ago

@olemis I've been struggling with pythonnet installation on my machine. pythonnet only have wheels for MS Windows and OSX AFAIK, in GNU/Linux must be compiled using mono-project bindings, and this will be a really annoying new requirement for exchange. May I see an example of settings provided by Lykke?

stdevOzkar commented 6 years ago

@stdevOzkar Is there any tips for this 👆

olemis commented 6 years ago

Is compilation with mono-project documented somewhere ?

stdevOzkar commented 6 years ago

PythonNet here is it. There are binaries for MS Windows, not for Unix/Linux. Mono is one of the reqs, and nuget also. My opinion: if the Lykke Settings will came in a JSON format, and, as Lykke Specs, when an 403 error occurred, the settings should be reloaded, maybe the usage of Lykke.SettingsReader Nuget package is not an option. Anyway, is there any example of Lykke Settings?.

olemis commented 6 years ago

@stdevOzkar Could you please search in https://github.com/LykkeCity ?