Developers guide:Trezor libraries
There are several libraries available which can be used to implement Trezor device functionalities.
Contents
SatoshiLabs libraries[edit]
Trezor Connect (Web)[edit]
For more information about Trezor Connect (JavaScript), see Trezor Connect API and this GitHub page.
Python-trezor[edit]
For more information about Python-trezor, please see python-trezor or this GitHub page. It is possible to use python-trezor with trezorctl commands from the command line.
Android[edit]
For more information, please see library for Android.
See also: Developers guide:Android
Go[edit]
For more information, please see this GitHub page
Third-party libraries[edit]
Check these third-party libraries for Trezor device.
Java[edit]
For Trezor-java library by Gary Rowe, see this GitHub page.
Trezor.Net[edit]
Trezor.Net supports Android, UWP, .NET Core and .NET Framework with Hid.Net. Support for other platforms can be added with the Hid.Net dependency injection. See this page or this GitHub page.