You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users of the %near Urbit app will be able to claim a .urbit account matching their @p. The backend here will need to call out to the relay server (#13) and then store account credentials.
This should probably just happen in on-init so that the user doesn't need to manually do anything, and so that we don't need to make a frontend for it.
As with #17, this should be its own Gall agent. Maybe call it %near-account.
The text was updated successfully, but these errors were encountered:
Users of the
%near
Urbit app will be able to claim a.urbit
account matching their @p. The backend here will need to call out to the relay server (#13) and then store account credentials.This should probably just happen in
on-init
so that the user doesn't need to manually do anything, and so that we don't need to make a frontend for it.As with #17, this should be its own Gall agent. Maybe call it
%near-account
.The text was updated successfully, but these errors were encountered: