alloy-rs / examples

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

feat: node-bindings alloy api example #141

Closed pawurb closed 2 months ago

pawurb commented 2 months ago

Motivation

This example shows how to mock storage values after forking with Anvil. It's useful for running local simulations.

Solution

PR Checklist

zerosnacks commented 2 months ago

Cool! Make sure to add your example to the examples list here: https://github.com/alloy-rs/examples/blob/main/README.md

zerosnacks commented 2 months ago

Thanks!