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
micro-starknet supports an extraEntropy opt to signing (and a few others). This is sometimes important. However, it is tricky to use it: Signer knows how to hash a transaction, but it is not clear how to do it independantly to be able to call starkCurve.sign directly.
The text was updated successfully, but these errors were encountered:
Nevertheless, you will have soon Account Abstraction implemented in Starknet.js, and you will be able to customize hash and sign of all types of transactions and messages.
If you need a specif list of parameters to hash with Perdersen, to sign with a password, plus a 2FA code, plus a signature from a Curve different from Starknet, it will be possible.
A complete guide will be released.
Have fun.
micro-starknet supports an extraEntropy opt to signing (and a few others). This is sometimes important. However, it is tricky to use it: Signer knows how to hash a transaction, but it is not clear how to do it independantly to be able to call starkCurve.sign directly.
The text was updated successfully, but these errors were encountered: