builder-playground
Spin up Ethereum devnets for block building and MEV testing
Explains the repository's component, recipe, and manifest architecture so the agent can correctly build, test, and extend devnet recipes, and instructs it to complete implementation tasks end-to-end including branching, committing, and opening pull requests.
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install builder-playground?โผ
Run `npx skills add flashbots/builder-playground --all -g -y` in your terminal to install all skills in this repository globally.
What does builder-playground do?โผ
It spins up self-contained Ethereum development networks with one command, deploying execution and consensus clients, mev-boost relays, and builder infrastructure for testing block-building software.
How do I start an Ethereum test network?โผ
Run `builder-playground start l1` for a full L1 stack with mev-boost, or `builder-playground start opstack` for an L2 OP Stack environment with a sequencer.
Can I customize the devnet configuration?โผ
Yes. Write a small custom recipe YAML file that extends a base recipe like l1 or opstack, then run it with `builder-playground start playground.yaml`.
Can I use builder-playground in CI pipelines?โผ
Yes. Use the flashbots/builder-playground-action GitHub Action to spin up devnets in your workflows and run repeatable end-to-end tests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core