You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a interesting .Net wrapper. May I know that you must first compile the rust the bindings and this is not included in the nuget package?. By the way, will it be going to be multi-platform support ie Android, IOS, Linux x64, Linux Arm64?
The text was updated successfully, but these errors were encountered:
Hi thanks for your interest. We have to install both nugets explicitly, IotaWallet.Net.Domain and IotaWallet.Net.
Installing IotaWallet.Net.Domain will add the compiled rust bindings, together with all the neccessary classes that was ported over and also the P/Invokes that talks to the rust bindings
In particular, I'm leveraging on iotas swift bindings.
Currently I am compiling it myself, in windows for windows, and packaging it into the IotaWallet.Net.Domain Nuget as it seems like IF are focused on releasing NodeJS bindings first. Official Swift bindings might be released later on. After which it would only make sense to use IF's officially compiled swift bindings and not my own as it might be a security risk.
Yes I am keen in making it work for Linux after milestone 1 is complete. For other architectures perhaps would have to rely on IF.
This is a interesting .Net wrapper. May I know that you must first compile the rust the bindings and this is not included in the nuget package?. By the way, will it be going to be multi-platform support ie Android, IOS, Linux x64, Linux Arm64?
The text was updated successfully, but these errors were encountered: