EVM Provider Context
SDK source (GitHub): https://github.com/tangle-network/blueprint/tree/v2/crates/contexts
The EvmInstrumentedClientContext trait provides a standardized alloy-rs EVM provider for interacting with EVM-compatible blockchain networks in your Blueprint.
Context Summary
The EvmInstrumentedClientContext trait provides access to an EVM provider:
Using the Context
1. Define Your Context
First, define your context struct that implements the EvmProviderContext trait:
2. Access Provider Parameters
You can then use this context to access EVM provider parameters: