hi @bauolewe, please could you help me understand how the secret and team_hash fields are generated by sending the customJSON to the blockchain.
You are viewing a single comment's thread from:
hi @bauolewe, please could you help me understand how the secret and team_hash fields are generated by sending the customJSON to the blockchain.
Hi @ydavgonzalez :) I do have an example in one of my github repositories for python. https://github.com/Bauloewe/SMBotFramework/blob/master/Requests.py
Check the submit team function. It's essentially an md5 hash over your team's uids and the secret. The secret is a string of 10 random ASCII characters and numbers.
Thank you very much, sorry for the delay in responding.