Package Exports
- @jafri/trezor-connect
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jafri/trezor-connect) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Trezor Connect API version 7.0.3
Trezor Connect is a platform for easy integration of Trezor into 3rd party services. It provides API with functionality to access public keys, sign transactions and authenticate users. User interface is presented in a secure popup window served from https://connect.trezor.io/7/popup.html
Versions
We started tagging versions and releasing them to separate URLs, so we don't break any existing (and working) integrations.
Currently, we are at version 7, which has an url https://connect.trezor.io/7/trezor-connect.js.
The older version listed below are still working, but new features are not being added.
- https://connect.trezor.io/6/trezor-connect.js,
- https://connect.trezor.io/5/trezor-connect.js,
- https://connect.trezor.io/4/connect.js,
- https://connect.trezor.io/3/connect.js,
- https://connect.trezor.io/2/connect.js
- https://trezor.github.io/connect/connect.js,
With regards to this repo - All updates should go to current version branch, the previous releases are in corresponding branches. The gh-pages is the same older version, that is used at trezor.github.io/connect/connect.js, and it's there for backwards compatibility; please don't touch.