Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

sign and verify ethereum message #69

Merged
merged 6 commits into from
Aug 9, 2017
Merged

sign and verify ethereum message #69

merged 6 commits into from
Aug 9, 2017

Conversation

szymonlesisz
Copy link
Contributor

No description provided.

@karelbilek karelbilek merged commit ce179c9 into master Aug 9, 2017
@karelbilek karelbilek deleted the 0xProject-master branch August 9, 2017 11:48
@fabioberger
Copy link

@Runn1ng is a new version going to be available at:

<script src="https://connect.trezor.io/4/connect.js"></script>

?

@karelbilek
Copy link
Contributor

Most likely it will be at /3/, since we can change /3/ because nobody is using it now except for us (in Bitcash claim tool).

@fabioberger
Copy link

Do you know when this change will happen?

@fabioberger
Copy link

@Runn1ng @szymonlesisz am I really able to test this change locally? In connect.js, there are these lines:

var POPUP_URL = window.TREZOR_POPUP_URL || 'https://connect.trezor.io/' + VERSION + '/popup/popup.html';
    var POPUP_PATH = window.TREZOR_POPUP_PATH || 'https://connect.trezor.io/' + VERSION;
    var POPUP_ORIGIN = window.TREZOR_POPUP_ORIGIN || 'https://connect.trezor.io';

Must I set these variables to get it to work?

@szymonlesisz
Copy link
Contributor Author

you need to set a localhost server to the root path of connect
then in the html file you need to set:

<script> window.TREZOR_POPUP_PATH = 'https://localhost/'; window.TREZOR_POPUP_ORIGIN = 'http://localhost'; window.TREZOR_POPUP_URL = 'http://localhost/popup/popup.html'; </script> <script src="http://localhost/connect.js"></script>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants