starkware-libs / starkex-contracts

Other
274 stars 113 forks source link

Issue with signature generation #9

Closed 1nc0gn170 closed 4 months ago

1nc0gn170 commented 4 months ago

Hi team! I am trying to sign a message off-chain for registerEthAddress function call. I am currently using ec.starkCurve.sign to sign the message but it is not working. Docs didn't help, please help me to sign message.

Here is the relavent snippet I am talking about: https://github.com/starkware-libs/starkex-contracts/blob/0efa9ce324b04226de5dcd7a0139b109bca8f074/scalable-dex/contracts/src/components/Users.sol#L60

Please help

1nc0gn170 commented 4 months ago

@gkaempfer @MichaelRiabzev-StarkWare @remollemo Please help

1nc0gn170 commented 4 months ago

Resolved Thanks