This repository was archived by the owner on Aug 21, 2023. It is now read-only.
This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Flask API: Register new user route #231
Open
Description
- From
feat/backend
branch, create your own
Create/update an endpoint under the starklings-backend/starklings-backend/route.py
file to register a new user given a wallet address, a signature and inserting it to the MySQL Database (starklings_user) :
Make sure to check signature validity ( signature is a 2value-Array)
e.g: “[’1231341123’, ‘1313413434’]”
/registerUser
:param wallet_address
:param signature
return:
{
'result': userData
}
Pull Request on feat/backend