This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Flask API: Register new user route #231
Labels
Context: coupled
interact with some parts of the codebase
Difficulty: easy
anybody can understand it
Duration: under a day
wil take up to one day
State: open
ready for contribution
Techno: python
python
Type: feature
a new feature to implement
feat/backend
branch, create your ownCreate/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’]”
Pull Request on
feat/backend
The text was updated successfully, but these errors were encountered: