Module mpt_test::cache

source ·
Expand description

A simple cache for web3 rpc requests

Structs§

Enums§

Constants§

Functions§

  • Handle a web3 rpc request with error handling
  • Load the cache file
  • Start the cache server at localhost:3000
  • web3_proxy 🔒
    Handle a web3 rpc request, return cached result or call the env!(“WEB3_PROVIDER_URL”) RPC server