Skip to content
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

Hello World Contract #6

Closed
6 tasks done
jim-toth opened this issue Sep 11, 2023 · 0 comments · Fixed by #8
Closed
6 tasks done

Hello World Contract #6

jim-toth opened this issue Sep 11, 2023 · 0 comments · Fixed by #8
Assignees

Comments

@jim-toth
Copy link
Contributor

jim-toth commented Sep 11, 2023

  • a message can be stored/updated in the state
  • only the owner of the contract can change the message
  • track how many times the owner has updated the message
  • allow anyone to squeak a message and track the latest 10 squeaks
  • ensure all message (from speak or squeak) are string with length > 0 and length < 100
  • add a view method to readSqueak() a squeak by index, returning undefined if not found
@jim-toth jim-toth assigned jim-toth and Nopfed and unassigned jim-toth Sep 11, 2023
@jim-toth jim-toth linked a pull request Oct 10, 2023 that will close this issue
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 a pull request may close this issue.

2 participants