You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain in detail the best practices for using alloy.
Wrapping a Provider
a. Show multiple ways of storing and interacting with a provider, P: Provider, DynProvider, Returning impl Provider
b. Why it's not required to Arc a provider as it's already Arc'ed internally
Interacting with multiple networks
a. Ethereum vs Optimism from op-alloy vs catch-all AnyNetwork
b. Emphasize why its necessary to select the correct network in the provider.
c. Segue into rolling your own Network
Signer vs EthereumWallet
a. Explain the difference between the two
Multicall Builder and Multicall Batch Layer
The text was updated successfully, but these errors were encountered:
Explain in detail the best practices for using alloy.
Wrapping a Provider
a. Show multiple ways of storing and interacting with a provider,
P: Provider
,DynProvider
, Returningimpl Provider
b. Why it's not required to
Arc
a provider as it's already Arc'ed internallyInteracting with multiple networks
a.
Ethereum
vsOptimism
from op-alloy vs catch-allAnyNetwork
b. Emphasize why its necessary to select the correct network in the provider.
c. Segue into rolling your own
Network
Signer vs
EthereumWallet
a. Explain the difference between the two
Multicall Builder and Multicall Batch Layer
The text was updated successfully, but these errors were encountered: