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

Exercise 5 - Adding permissions and payments #5

Open
CarlosBordachar opened this issue Oct 26, 2022 · 0 comments
Open

Exercise 5 - Adding permissions and payments #5

CarlosBordachar opened this issue Oct 26, 2022 · 0 comments
Assignees
Labels
task Task, exercise, practice

Comments

@CarlosBordachar
Copy link
Owner

  • Use dummy token faucet to get dummy tokens
  • Use ex5a_i_have_dtk() to show you managed to use the faucet (2 pts)
  • Create a function to allow breeder registration.
  • This function should charge the registrant for a fee, paid in dummy tokens (check registration_price)
  • Add permissions. Only allow listed breeders should be able to create animals
  • Deploy your new contract
  • Call submit_exercise() in the Evaluator to configure the contract you want evaluated
  • Call ex5b_register_breeder() to prove your function works. If needed, send dummy tokens first to the evaluator (2pts)
@CarlosBordachar CarlosBordachar added the task Task, exercise, practice label Oct 26, 2022
@CarlosBordachar CarlosBordachar self-assigned this Oct 26, 2022
CarlosBordachar added a commit that referenced this issue Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Task, exercise, practice
Projects
None yet
Development

No branches or pull requests

1 participant