Skip to content

Commit

Permalink
Merge branch 'dev' into automated-update-20240614162652
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Jun 16, 2024
2 parents 44e58ab + fea8630 commit 1939c71
Show file tree
Hide file tree
Showing 5 changed files with 410 additions and 121 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ A complete contract might look something like this. Here the `constructor` funct

## Events and logs {#events-and-logs}

Events let you communicate with your smart contract from your frontend or other subscribing applications. When a transaction is mined, smart contracts can emit events and write logs to the blockchain that the frontend can then process.
Events enable your smart contract to communicate with your frontend or other subscribing applications. Once a transaction is validated and added to a block, smart contracts can emit events and log information, which the frontend can then process and utilize.

## Annotated examples {#annotated-examples}

Expand Down
Loading

0 comments on commit 1939c71

Please sign in to comment.