Fraser

Results 2 issues of Fraser

Great work guys! Will this library (and dependencies) build with Android NDK? Would love to eventually build a binary and write a C# interface for a Unity engine IOTA plugin....

P-low
D-hard
A-common
C-portability

Hello, Nice work by all contribs! To get the lib working with carriota field HTTPS I had to modify: private GenericIotaCoreApi.CreateBaseUrl() to: ``` private string CreateBaseUrl() { if(_host.Contains("http://") || _host.Contains("https://"))...