You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the late reply, the python client is meant for the automatic testing of the app itself, not for anything production. For example it does not use the CryptoAssetList (CAL) to retrieve signed data from Ledger, instead if signs data on the fly with a test key.
I'm afraid that it is the only existing implementation other than ledgerJS for this.
Description
Hi Team,
I want to use a python script to clear sign a EIP712 message (json) via my ledger device.
I could use ledgerjs's
signEIP712Message
to clear sign a EIP712 message json.In your repo I could see there is a python client
EthAppClient
with a methodeip712_sign_new
.Can this client be used in production to clear sign an EIP712 message json? If yes, will be very helpful, if you could point me to an example snippet.
Alternatively, please guide me to any python (or any other supported language) equivalent of ledgerjs's
signEIP712Message
.Your environment
Apologies, if this is not the right place to raise this.
The text was updated successfully, but these errors were encountered: