liquality / liquality-swap

Swap without intermediation peer-to-peer, cross chain
https://liquality.io
MIT License
51 stars 43 forks source link

Feature Request: Trezor #142

Open pedrouid opened 5 years ago

pedrouid commented 5 years ago

Allow users to connect to their Trezor hardware wallet for both ETH and BTC

monokh commented 5 years ago

Thanks for raising this! We've definitely received this request before and are keen to get it included. Though I believe there are other priorities at the moment too so not able to give an expected date.

If you or anyone else is interested in contributing this, it's entirely open source and we are happy to help you along the way. Here's an example of what was required for the Ledger wallet on Ethereum:

https://github.com/liquality/chainabstractionlayer/blob/dev/packages/ethereum-ledger-provider/lib/EthereumLedgerProvider.js

gr0kchain commented 5 years ago

@pedrouid, any thoughts on wallet connect integration?

pedrouid commented 5 years ago

Hey @gr0kchain, I didn't test it but I created a PR for it #155

gr0kchain commented 5 years ago

Thanks @pedrouid, will test from this side. Thanks for the PR