purser icon indicating copy to clipboard operation
purser copied to clipboard

Trezor Wallet check if the service is online

Open rdig opened this issue 6 years ago • 0 comments

Since we are relying solely on Trezor's servers to operate the Trezor Hardware, it's a good idea to make sure that the service is up and running before attempting to create the new TrezorWallet instance.

This could be done by making a OPTIONS fetch() request to the Trezor service and checking if the reponse status is 200.

rdig avatar Jul 13 '18 10:07 rdig