daseinsucks / LAILogin

Barebones login page for Local AI
https://lai-login.vercel.app
0 stars 0 forks source link

Registration dapp #2

Open JackBekket opened 6 hours ago

JackBekket commented 6 hours ago

build web3 dapp, which will be

  1. create user with address and password (hash of password) in our postgres db
JackBekket commented 6 hours ago

tg_id as optional to input and to store in db

JackBekket commented 6 hours ago

then at login page add buttons for approve (erc-20) and "add balance" (transferFrom erc-20)

JackBekket commented 6 hours ago

when we adding a balance we should create address => balance in our contract

JackBekket commented 6 hours ago

the next question is -- what exactly should we use as input erc-20 token?

JackBekket commented 6 hours ago

our token or staible-coin like USDT?