lean Ethereum
Official@leanethereum
Offers specialized consensus layer testing, linting, and code quality verification for Ethereum-based blockchain development environments.
Agent Skills by lean Ethereum
Showing 4 vetted skills indexed across 1 GitHub repositories.
test
Run pytest unit tests via tox/uvx and generate coverage reports.
fill
Generate consensus layer JSON test fixtures from tests/consensus using tox-based fill.
checks
Run linting, formatting, type, spell, and Markdown checks with ruff, ty, codespell, and mdformat.
fix
Automatically fix linting and formatting issues in Python codebases.
Frequently Asked Questions About lean Ethereum
FAQPage SchemaWhat specific tasks can be performed using Lean Ethereum?βΌ
Lean Ethereum enables the generation of consensus layer JSON test fixtures, execution of unit tests with coverage reporting, and automated enforcement of linting, type checking, and formatting standards across codebases.
Which developers should utilize these testing and linting capabilities?βΌ
These capabilities are designed for blockchain engineers and protocol developers working on Ethereum consensus layer implementations who require rigorous testing, standardized code formatting, and reliable fixture generation.
What are the prerequisites for running these testing and linting tasks?βΌ
Execution requires a local environment configured with tox, uvx, ruff, ty, codespell, and mdformat. These dependencies must be installed to support the provided test, fill, and fix operations.