alloy-rs / examples

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

feat: node-bindings examples #137

Closed zerosnacks closed 2 months ago

zerosnacks commented 2 months ago

Motivation

Closes: #140

Moves anvil to node-bindings, adding geth and reth.

Solution

Clarifies the need to pass to a Provider or use the .on_anvil* methods on the ProviderBuilder for Anvil.

PR Checklist