Christian Findlay

Results 163 comments of Christian Findlay

@NicolasDorier that's great to hear! Please keep an eye on https://github.com/MelbourneDeveloper/Trezor.Net/issues/4. Satoshi Labs have dumped support for Hid in Trezor Core. That means it will be broken in firmware version...

The other option is to build two versions.

@NicolasDorier , just FYI, someone at Microsoft are saying that their store will allow unsafe code: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/d7775be2-82b3-4ce2-a783-4956baeebfa4/allow-unsafe-code?forum=wpsubmit Although, I don't really trust that this person knows what they are talking...

@2pac1 whoa! @nicolasdorier is a cool dude and we've worked together. I'm happy to help with integration with either library.

@NicolasDorier which platforms does this library already support? I need Android, and UWP as a starting point. Has this library been tested on those platforms?

Oh. I see that it is using HidLibrary . That library only supports Windows classic from what I can tell. My Hid library is https://bitbucket.org/MelbourneDeveloper/hid.net/src/master/ (Hid.Net). It's got support for...

@DarthRamone , as of right now, I have the library working with my library Hid.Net here: https://github.com/MelbourneDeveloper/ledger-dotnet-api I'm now doing some more refactoring for dependency injection and it will run...

@NicolasDorier , Hi. I didn't realise that. I have tried that library. I originally wanted to use it for my project Hardfolio, but it didn't support UWP and Android, so...

Just to give you a bit of background, Hidlibrary was the first library to come up when I first started investigating Trezor integration for my app. I would have liked...

YES! @NicolasDorier @DarthRamone , I have an Android sample working. To see the sample: You will need an OTG cable for your Android. - Clone https://github.com/MelbourneDeveloper/ledger-dotnet-api.git - Plug in the...