Skip to content
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
@ExoMonk

Description

@ExoMonk
  • 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions