blueprint-chain-setup-anvil 0.2.0-alpha.12

Anvil-specific chain setup utilities
docs.rs failed to build blueprint-chain-setup-anvil-0.2.0-alpha.12
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: blueprint-chain-setup-anvil-0.2.0-alpha.10

blueprint-chain-setup-anvil

Anvil-specific chain setup and state-management utilities.

What it includes

  • anvil: process/bootstrap helpers.
  • keys: deterministic key helpers for test environments.
  • snapshot and state: snapshot/state persistence and recovery helpers.

Typical usage

Use this crate in integration tests where you need repeatable local EVM state for Blueprint services.

Related links