Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weavevm/exex-templates
ExEx templates by WeaveVM
https://github.com/weavevm/exex-templates
exex reth
Last synced: 5 days 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:43:48.000Z (20 days ago)
- Last Synced: 2024-10-26T01:24:59.009Z (19 days ago)
- Topics: exex, reth
- Language: Rust
- Homepage: https://docs.wvm.dev/weavevm-exex/weavevm-exexes
- Size: 280 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- 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).