📄️ Security Disclaimer
Important
📄️ Installation
To get started, clone the repository and install the dependencies:
📄️ Usage
The server exposes an endpoint at /rpc for handling JSON-RPC requests. You can interact with the Lido Ethereum SDK by sending JSON-RPC requests to this endpoint.
📄️ Batch Requests
The server also supports batch requests, allowing multiple JSON-RPC calls to be sent in a single HTTP request. Each request in the batch will be processed independently, and a single response containing the results of all requests will be returned. Note that the order of responses in the batch response may not match the order of the requests. You should match responses to requests using the id field.
📄️ Handling Errors
The server includes comprehensive error handling. Errors are returned in the standard JSON-RPC format, including an error code and message.