gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + gno.land: a blockchain for timeless code and fair open-source.
https://gno.land/
Other
899 stars 377 forks source link

[r/boards] initialize `UserDirectory` #3144

Open salmad3 opened 1 week ago

salmad3 commented 1 week ago

Context:

The UserDirectory is intended to serve as an interface or mechanism for looking up and managing user data within the r/boards realm. This would integrate with the /r/gnoland/users realm, which is responsible for managing user accounts, usernames, and potentially team names. The UserDirectory helps link board operations (like creating, posting, and membership management) with verified user data, facilitating consistency and access control.

Acceptance Criteria: