docs(book): tracking state in ExExes (#8804)

Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
Alexey Shekhirin
2024-06-17 11:42:27 +01:00
committed by GitHub
parent 333a86db10
commit ff4a114e43
4 changed files with 199 additions and 0 deletions

View File

@ -160,3 +160,7 @@ and it's safe to prune the associated data.
</div>
What we've arrived at is the [minimal ExEx example](https://github.com/paradigmxyz/reth/blob/b8cd7be6c92a71aea5341cdeba685f124c6de540/examples/exex/minimal/src/main.rs) that we provide in the Reth repository.
## What's next?
Let's do something a bit more interesting, and see how you can [keep track of some state](./tracking-state.md) inside your ExEx.