All Projects β†’ trezor β†’ Connect

trezor / Connect

Licence: other
πŸ”— A platform for easy integration of Trezor into 3rd party services

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Connect

Python Mnemonic
🐍 Mnemonic code for generating deterministic keys, BIP39
Stars: ✭ 369 (+40.3%)
Mutual labels:  bitcoin, trezor
Trezor Core
πŸ”’ Don't use this repo, use the new monorepo instead:
Stars: ✭ 330 (+25.48%)
Mutual labels:  bitcoin, trezor
Blockbook
πŸ“˜ Trezor address/account balance backend
Stars: ✭ 305 (+15.97%)
Mutual labels:  bitcoin, trezor
Trezor Suite
🍬 Trezor Suite Monorepo
Stars: ✭ 144 (-45.25%)
Mutual labels:  bitcoin, trezor
Trezor.js
⚠️ OBSOLETE. DO NOT USE! Use https://github.com/trezor/connect instead
Stars: ✭ 97 (-63.12%)
Mutual labels:  bitcoin, trezor
Trezor Firmware
πŸ”’ Trezor Firmware Monorepo
Stars: ✭ 430 (+63.5%)
Mutual labels:  bitcoin, trezor
Trezor Mcu
πŸ”’ Don't use this repo, use the new monorepo instead:
Stars: ✭ 315 (+19.77%)
Mutual labels:  bitcoin, trezor
Trezor Crypto
πŸ”’ Don't use this repo, use the new monorepo instead:
Stars: ✭ 458 (+74.14%)
Mutual labels:  bitcoin, trezor
Trezor Hardware
πŸ”§ Hardware design of Trezor
Stars: ✭ 110 (-58.17%)
Mutual labels:  bitcoin, trezor
Python Trezor
🐍 Don't use this repo, use the new monorepo instead:
Stars: ✭ 198 (-24.71%)
Mutual labels:  bitcoin, trezor
Coinbin.org
β‚Ώ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 253 (-3.8%)
Mutual labels:  bitcoin
Bitcoin
Bitcoin Core integration/staging tree
Stars: ✭ 60,211 (+22793.92%)
Mutual labels:  bitcoin
scripts
StakePool Operator Scripts. Learn how to create and manage your StakePool with these simple scripts. Hardware-Ledger Support, Token/Asset Sending, Offline-Mode and more...
Stars: ✭ 200 (-23.95%)
Mutual labels:  trezor
Time Series Machine Learning
Machine learning models for time series analysis
Stars: ✭ 261 (-0.76%)
Mutual labels:  bitcoin
Crypto Trading Bot
Automated Bittrex crypto-currency technical analysis and trading tool
Stars: ✭ 251 (-4.56%)
Mutual labels:  bitcoin
trezor-wallet
⚠️ OBSOLETE. DO NOT USE! Use https://github.com/trezor/trezor-suite instead
Stars: ✭ 25 (-90.49%)
Mutual labels:  trezor
Bitlisten
Realtime Bitcoin transaction visualizer
Stars: ✭ 247 (-6.08%)
Mutual labels:  bitcoin
Bitcoin Broker
BTC trading market broker, smart route the orders to multiple exchange.
Stars: ✭ 248 (-5.7%)
Mutual labels:  bitcoin
Bitcoinlib
Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
Stars: ✭ 247 (-6.08%)
Mutual labels:  bitcoin
Polar
One-click Bitcoin Lightning networks for local app development & testing
Stars: ✭ 265 (+0.76%)
Mutual labels:  bitcoin

Trezor Connect API version 8.1.25

Build Status NPM Known Vulnerabilities

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/8/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 8, which has an url https://connect.trezor.io/8/trezor-connect.js. If you would like to find out which version is deployed precisely simply run:

curl -s https://connect.trezor.io/8/trezor-connect.js | grep VERSION

The older version listed below are still working, but new features are not being added.

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.

Tests

For integration testing against trezord and emulator refer to this document. Please note that tests in src/__tests__ are considered deprecated.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].