diff --git a/contract/.txt b/contracts/.txt similarity index 100% rename from contract/.txt rename to contracts/.txt diff --git a/contract/Cargo.toml b/contracts/Cargo.toml similarity index 100% rename from contract/Cargo.toml rename to contracts/Cargo.toml diff --git a/contract/src/README.md b/contracts/README.md similarity index 100% rename from contract/src/README.md rename to contracts/README.md diff --git a/contract/src/lib.rs b/contracts/src/lib.rs similarity index 100% rename from contract/src/lib.rs rename to contracts/src/lib.rs diff --git a/contract/test_snapshots/test/test_duplicate_puzzle_submission_rejected.1.json b/contracts/test_snapshots/test/test_duplicate_puzzle_submission_rejected.1.json similarity index 100% rename from contract/test_snapshots/test/test_duplicate_puzzle_submission_rejected.1.json rename to contracts/test_snapshots/test/test_duplicate_puzzle_submission_rejected.1.json diff --git a/contract/test_snapshots/test/test_get_player_registered.1.json b/contracts/test_snapshots/test/test_get_player_registered.1.json similarity index 100% rename from contract/test_snapshots/test/test_get_player_registered.1.json rename to contracts/test_snapshots/test/test_get_player_registered.1.json diff --git a/contract/test_snapshots/test/test_get_player_unregistered_returns_none.1.json b/contracts/test_snapshots/test/test_get_player_unregistered_returns_none.1.json similarity index 100% rename from contract/test_snapshots/test/test_get_player_unregistered_returns_none.1.json rename to contracts/test_snapshots/test/test_get_player_unregistered_returns_none.1.json diff --git a/contract/test_snapshots/test/test_get_submission_after_submit.1.json b/contracts/test_snapshots/test/test_get_submission_after_submit.1.json similarity index 100% rename from contract/test_snapshots/test/test_get_submission_after_submit.1.json rename to contracts/test_snapshots/test/test_get_submission_after_submit.1.json diff --git a/contract/test_snapshots/test/test_get_submission_none_before_submit.1.json b/contracts/test_snapshots/test/test_get_submission_none_before_submit.1.json similarity index 100% rename from contract/test_snapshots/test/test_get_submission_none_before_submit.1.json rename to contracts/test_snapshots/test/test_get_submission_none_before_submit.1.json diff --git a/contract/test_snapshots/test/test_get_xp.1.json b/contracts/test_snapshots/test/test_get_xp.1.json similarity index 100% rename from contract/test_snapshots/test/test_get_xp.1.json rename to contracts/test_snapshots/test/test_get_xp.1.json diff --git a/contract/test_snapshots/test/test_last_active_timestamp_updated_on_submission.1.json b/contracts/test_snapshots/test/test_last_active_timestamp_updated_on_submission.1.json similarity index 100% rename from contract/test_snapshots/test/test_last_active_timestamp_updated_on_submission.1.json rename to contracts/test_snapshots/test/test_last_active_timestamp_updated_on_submission.1.json diff --git a/contract/test_snapshots/test/test_leaderboard_returns_vec.1.json b/contracts/test_snapshots/test/test_leaderboard_returns_vec.1.json similarity index 100% rename from contract/test_snapshots/test/test_leaderboard_returns_vec.1.json rename to contracts/test_snapshots/test/test_leaderboard_returns_vec.1.json diff --git a/contract/test_snapshots/test/test_register_player.1.json b/contracts/test_snapshots/test/test_register_player.1.json similarity index 100% rename from contract/test_snapshots/test/test_register_player.1.json rename to contracts/test_snapshots/test/test_register_player.1.json diff --git a/contract/test_snapshots/test/test_single_submission_stats_are_correct.1.json b/contracts/test_snapshots/test/test_single_submission_stats_are_correct.1.json similarity index 100% rename from contract/test_snapshots/test/test_single_submission_stats_are_correct.1.json rename to contracts/test_snapshots/test/test_single_submission_stats_are_correct.1.json diff --git a/contract/test_snapshots/test/test_streak_increments_within_24_hours.1.json b/contracts/test_snapshots/test/test_streak_increments_within_24_hours.1.json similarity index 100% rename from contract/test_snapshots/test/test_streak_increments_within_24_hours.1.json rename to contracts/test_snapshots/test/test_streak_increments_within_24_hours.1.json diff --git a/contract/test_snapshots/test/test_streak_resets_after_24_hours_inactivity.1.json b/contracts/test_snapshots/test/test_streak_resets_after_24_hours_inactivity.1.json similarity index 100% rename from contract/test_snapshots/test/test_streak_resets_after_24_hours_inactivity.1.json rename to contracts/test_snapshots/test/test_streak_resets_after_24_hours_inactivity.1.json diff --git a/contract/test_snapshots/test/test_submit_puzzle.1.json b/contracts/test_snapshots/test/test_submit_puzzle.1.json similarity index 100% rename from contract/test_snapshots/test/test_submit_puzzle.1.json rename to contracts/test_snapshots/test/test_submit_puzzle.1.json diff --git a/contract/test_snapshots/test/test_update_iq_level.1.json b/contracts/test_snapshots/test/test_update_iq_level.1.json similarity index 100% rename from contract/test_snapshots/test/test_update_iq_level.1.json rename to contracts/test_snapshots/test/test_update_iq_level.1.json