alloy-rs / examples

Example code for using alloy and alloy-core
Apache License 2.0
136 stars 34 forks source link

feat(`advanced`): foundry-fork-db #145

Closed yash-atreya closed 1 month ago

yash-atreya commented 2 months ago

Motivation

The fork-db functionality was extracted from foundry as foundry-fork-db. This is a generic tool to create and manage forks.

foundry's current forking mechanism and management of multiple forks is based on this.

Solution

Demonstrate a minimal example of how this works using SharedBackend and BlockchainDb.

PR Checklist

yash-atreya commented 2 months ago

@mattsse needs fork-db release