https://github.com/weavevm/exex-templates
ExEx templates by WeaveVM
https://github.com/weavevm/exex-templates
exex reth
Last synced: about 1 year ago
JSON representation
ExEx templates by WeaveVM
- Host: GitHub
- URL: https://github.com/weavevm/exex-templates
- Owner: weaveVM
- License: mit
- Created: 2024-09-19T15:22:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T11:18:49.000Z (over 1 year ago)
- Last Synced: 2025-03-25T12:25:38.782Z (over 1 year ago)
- Topics: exex, reth
- Language: Rust
- Homepage: https://docs.wvm.dev/weavevm-exex/weavevm-exexes
- Size: 433 KB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
This repository contains a collection of Execution Extensions (ExExes) developed by the [WeaveVM](https://wvm.dev) team. These ExExes are designed to be general-purpose tools and serve as public goods for the [Reth community](https://reth.rs). For more details and examples, visit [exex.rs](https://exex.rs).
## Available Templates
- [exex-wvm-bigquery](./templates/exex-wvm-bigquery/): An ETL pipeline to store Reth block data in JSON format in BigQuery. Works for any Reth node.
- [exex-wvm-da](./templates/exex-wvm-da/): Provides an interface for WeaveVM longterm DA in any Reth client, with less than 80 lines of code.
- [exex-avs-operator](./templates/exex-avs-operator/): Utility crate to implement your EigenLayer AVS' operator as an ExEx and communicate with the AVS Service Manager contract.
## License
The ExExes in this repository are licensed under the [MIT License](./LICENSE).