Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Kruddler on June 09, 2019, 10:12:06 PM



Title: C# Trezor Model T Library
Post by: Kruddler on June 09, 2019, 10:12:06 PM
Are you a C# programmer who wants to write an app for the Trezor? Have a look:

https://github.com/MelbourneDeveloper/Trezor.Net

I recently tested and fixed it for Trezor Model T. Please grab it and log any issues etc. on GitHub. The equivalent KeepKey library is based on Trezor.Net and is available here:

https://github.com/MelbourneDeveloper/KeepKey.Net

Also, for good measure:

https://github.com/MelbourneDeveloper/Ledger.Net

If you are a really nice person, you could even write some code and submit a pull request.


Title: Re: C# Trezor Model T Library
Post by: DreamStage on June 10, 2019, 12:27:18 AM
I am a C# .NET developer, worked with UWP, MVC, Web Sockets and WPF
Will certainly take a closer look at your implementations and provide some feedback ;)

I have also enjoyed reading you have made it Cross Platform :)


Title: Re: C# Trezor Model T Library
Post by: Kruddler on June 12, 2019, 10:21:42 PM
I am a C# .NET developer, worked with UWP, MVC, Web Sockets and WPF
Will certainly take a closer look at your implementations and provide some feedback ;)

I have also enjoyed reading you have made it Cross Platform :)

Thanks!

Yes, Cross Platform was the major consideration. My app Hardfolio is based on my libraries and supports Windows 10, and Android.

https://www.microsoft.com/en-au/p/hardfolio/9p8xx70n5d2

https://play.google.com/store/apps/details?id=com.Hardfolio

Most of the work I did was around getting USB devices to work in a cross platform way with this library: https://github.com/MelbourneDeveloper/Device.Net