Skip to content

Commit

Permalink
chore: add link to jsonrpc spec to README (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 29, 2023
1 parent 6327af7 commit fe33c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dank Mids

Dank Mids is a EVM RPC batching library that helps reduce the number of HTTP requests to a node, saving time and resources. It automatically collects eth_call calls into multicalls and bundles all RPC calls together in jsonrpc batch calls. Its basically fast as fuck.
Dank Mids is a EVM RPC batching library that helps reduce the number of HTTP requests to a node, saving time and resources. It automatically collects eth_call calls into multicalls and bundles all RPC calls together in [jsonrpc batch](https://www.jsonrpc.org/specification#conventions) calls. Its basically fast as fuck.

The goal of this tool is to reduce the workload on RPC nodes and allow users to make calls to their preferred node more efficiently. This optimization is especially useful for developers writing scripts that perform large-scale blockchain analysis, as it can save development time and resources.

Expand Down

0 comments on commit fe33c86

Please sign in to comment.