The Scorer Registry is a contract responsible for:
registerScore(user: address, proof: bytes): Validate a proof of score calculation and register the user and the score(Score struct). Obs: This function calls the getUserBadges from the Resolver.
getScores(): returns all the registered scores(Score struct).
getScore(address): return the registered score for a specific user
Feature Request
The Scorer Registry is a contract responsible for:
Scorer Registry:
Score (Struct)
Describe the Feature Request
Describe Preferred Solution
Describe Alternatives
Related Code
Additional Context