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

Challenge Solution #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Challenge Solution #97

wants to merge 1 commit into from

Conversation

Juamez
Copy link

@Juamez Juamez commented Aug 9, 2022

  • Reto Solucion reto solidity-eth-challenge #1 Investigar que son los Events en Solidity.

    • Es un miembro heredable del contrato, que almacena los argumentos pasados en los registros de transacciones cuando se emiten. Los eventos se utilizan para informar a la aplicación que llama sobre el estado actual del contrato.
  • Reto Crear evento #2 Investigar sobre “require”.

    • Se puede utilizar para comprobar las condiciones y lanzar una excepción si la condición no se cumple.
  • Reto Agregar require #3

  • Reto Agregar habilidades #4

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