sorare / api

Sorare API documentation
153 stars 47 forks source link

starkSignatures #110

Closed kortvelik closed 2 years ago

kortvelik commented 2 years ago

which library would you recommend using in python?

data: JSON.stringify(signLimitOrder(privateKey, limitOrder)),

redox commented 2 years ago

Starkware has a python implementation here: https://github.com/starkware-libs/starkex-resources/blob/master/crypto/starkware/crypto/signature/signature.py

will document it

nachoroncero commented 1 year ago

which library would you recommend using in python?

data: JSON.stringify(signLimitOrder(privateKey, limitOrder)),

Hello, did you get to code the function? I am frustrated... thanks in advance