alloy-rs / examples

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

feat: JSON-RPC batch request #161

Closed yash-atreya closed 6 days ago

yash-atreya commented 6 days ago

Motivation

Demonstrate how to make a batch request.

Solution

Batch and send request using RpcClient

PR Checklist