Expand description
A simple cache for web3 rpc requests
Structs§
- CACHE 🔒
- Cache file format is a consecutive list of entries, each entry is:
Enums§
- Param 🔒
Constants§
Functions§
- Handle a web3 rpc request with error handling
- Load the cache file
- Start the cache server at localhost:3000
- Handle a web3 rpc request, return cached result or call the env!(“WEB3_PROVIDER_URL”) RPC server