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: Update User Information route #232
Open
Description
- From
feat/backend
branch, create your own
Create/update an endpoint under the starklings-backend/starklings-backend/route.py
file to update user information given a wallet address, and a signature and inserting it to the MySQL Database (starklings_user) :
/updateUser
:param wallet_address
:param signature
return:
{
'result': newUserData
}
Pull Request on feat/backend