Open olemis opened 6 years ago
@stdevOzkar if possible to do all this by loading Lykke.SettingsReader
via Python.NET , much better.
@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 Is there any tips for this 👆
Is compilation with mono-project documented somewhere ?
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?.
@stdevOzkar Could you please search in https://github.com/LykkeCity ?
Extracted from Lykke 1.3.0 specs
SettingsUrl
environment variableSettingsUrl
should be determined automaticallyNetworkType
field, if this is applicable for the given blockchain. Available values for this field are:Test
,Main
.NetworkType
is set toTest
since there is no Skycoin testnet yet .403
is received as response of an request to the Azure Storage, performing by the app, settings should be reloaded and the request should be repeatedLykke.SettingsReader
Nuget
package should be used to read the settings