Skip to content

Add leaderboard contract example#73

Open
alexgduarte wants to merge 1 commit into
athena-consulting:mainfrom
alexgduarte:codex/leaderboard-example
Open

Add leaderboard contract example#73
alexgduarte wants to merge 1 commit into
athena-consulting:mainfrom
alexgduarte:codex/leaderboard-example

Conversation

@alexgduarte

Copy link
Copy Markdown

Contributes to #11

Summary

  • Add a new leaderboard simple contract example.
  • Track one best-score entry per player with self-service submission and owner-administered score management.
  • Reject lower score updates, support score removal, configurable display-name and metadata limits, and top-score/player queries.
  • Include README documentation, root README navigation, schema generation, and seven focused unit tests.

Validation

  • cargo fmt --manifest-path leaderboard/Cargo.toml -- --check
  • cargo test --manifest-path leaderboard/Cargo.toml --target-dir /private/tmp/codex-leaderboard-target
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant