Skip to content

Add CLAUDE.md, convert FractionToken to Role Share, and implement Thanks Token system #354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

yu23ki14
Copy link
Member

@yu23ki14 yu23ki14 commented Apr 15, 2025

Summary

  • Add CLAUDE.md with project guidelines for working with Claude Code
  • Refactor FractionToken contract to implement Role Share concept with initial and maximum supply limits
  • Create ThanksToken contract as ERC1155 token implementation with daily limits and message features (Issue Implement Thanks Token system #346)
  • Implement sending/receiving history tracking for Thanks Token
  • Add comprehensive tests for the Thanks Token system

Test plan

  • Verify all FractionToken tests pass
  • Run Thanks Token tests: \
  • Ensure contract upgrades work correctly with new parameters

🤖 Generated with Claude Code

EC2 Default User and others added 3 commits April 15, 2025 11:09
- Rename TOKEN_SUPPLY to INITIAL_SUPPLY
- Add MAX_SUPPLY parameter (default 1,000,000)
- Update mint function to check against maximum supply
- Update initialize function to accept maxSupply parameter
- Update deployment helper and tests to accommodate changes

Resolves #345
Related to #336

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- Create ThanksToken contract based on ERC1155
- Implement daily limits and message features
- Add comprehensive tests for all token features
- Create deployment and upgrade helpers

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@yu23ki14 yu23ki14 changed the title Add CLAUDE.md and convert FractionToken to Role Share concept Add CLAUDE.md, convert FractionToken to Role Share, and implement Thanks Token system Apr 15, 2025
@yu23ki14 yu23ki14 closed this Jun 9, 2025
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