cosmos / sdk-tutorials

Tutorials for building modules for the Cosmos SDK
https://tutorials.cosmos.network/
Apache License 2.0
495 stars 391 forks source link

docs: create tutorial for Cosmos SDK events from existing content #841

Closed barriebyron closed 1 year ago

barriebyron commented 3 years ago

Is your feature request related to a problem? Please describe. The current Cosmos SDK docs provide a conceptual overview of events https://docs.cosmos.network/master/core/events.html

However, a tutorial does not exist.

A contributor can use this content from Ethan Frey, founder of CosmWasm. @okwme recommends this content as one of the most in-depth articles on events.

We think this content is a good candidate for an easy article to add to https://tutorials.cosmos.network/.

Describe the solution you'd like to see

Turn this content into a tutorial with a user journey to help Cosmos SDK users understand events.

Resources:

Writing questions? See the excellent advice in the Google developer documentation style guide

Happy hacking!

xavierlepretre commented 1 year ago

The hands-on-exercise now demonstrates how to emit events and how to listen to them with CosmJS.