generated from ubiquity/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Priority: 1 (Normal)Normal priority issueNormal priority issue
Description
Depends on #2
Right now safe.ubq.fi is able to generate EOA address from a passkey but doesn't save it to a database.
This way user has to perform an additional registration step:
- User calls
/registerand the bot replies with "Pls create an EOA at safe.ubq.fi" - User creates a new EOA at
safe.ubq.fi - User calls
/walletto register his address in our DB (additional step)
We should support the following flow:
- User calls
/registerand the bot replies with "Pls create an EOA at safe.ubq.fi" - User creates a new EOA at
safe.ubq.fiandsafe.ubq.fi's backend saves user's address to a DB
Ideally for a DB we should use a partner's json storage (i.e. his ubiquibot-config repository) but if ubiquity-os/plugin-template#2 is not implemented at the time somebody starts this issue then we can simply use our supabase instance and leave "json storage" for the next feature iteration.
Original comment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: 1 (Normal)Normal priority issueNormal priority issue