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
Let's create a Hall of Fame to recognize participants in the "Home" competition.
The registration process should be handled by the contract itself, using a simple function like halloffame.Register("my description").
This function will extract the username and path of the calling contract (std.PrevRealm()), and create an entry with the provided description.
@moul for the home competition and registering for hall of fame, is there a competition criteria to qualify for home of fame, or it is a directory initially of all home realms that can eventually be ranked?
Here is the improved text:
Let's create a Hall of Fame to recognize participants in the "Home" competition.
The registration process should be handled by the contract itself, using a simple function like
halloffame.Register("my description")
.This function will extract the username and path of the calling contract (
std.PrevRealm()
), and create an entry with the provided description.See https://github.com/gnolang/gno/pull/2551/files#diff-ac18c4e6b22afbbd3707fcf3312a75a95afe616b6f07gccbf14d5521759abb59R14-R23.
If needed, I can extract additional details like
p/fqname
from the unmerged PR.Additionally, we can add moderation functions such as
AdminRemoveEntry
andAdminPauseSubmissions
.The text was updated successfully, but these errors were encountered: