https://github.com/weaveVM/exex-templates
ExEx templates by WeaveVM
https://github.com/weaveVM/exex-templates
exex reth
Last synced: 5 months 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T13:09:02.000Z (6 months ago)
- Last Synced: 2025-01-02T18:49:13.884Z (5 months ago)
- Topics: exex, reth
- Language: Rust
- Homepage: https://docs.wvm.dev/weavevm-exex/weavevm-exexes
- Size: 354 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reth - exex-templates
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).