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
I have exported my account data, I can run the basic keygen example (using python poseidon_hash_sample.py -a sign -i 1,2,3 -k 0x1), however I'm confused as to what data from my account settings (Public X, public Y, Private EDDSA) to pass to the keygen and in which format.
. You can flow the whole process to make your code work.
Generally speaking, It is to sign the hash string of the whole request. The pseudo code is like
Hi,
I have exported my account data, I can run the basic keygen example (using
python poseidon_hash_sample.py -a sign -i 1,2,3 -k 0x1
), however I'm confused as to what data from my account settings (Public X, public Y, Private EDDSA) to pass to the keygen and in which format.The doc seems to be missing that part.
My goal is to obtain my API key via /api/v3/apiKey, so I can then connect to the websockets (https://docs.loopring.io/en/websocket/overview.html)
Thanks!
The text was updated successfully, but these errors were encountered: