From c9106b7776316f36087e4e9615eb985af7da5a94 Mon Sep 17 00:00:00 2001 From: Gurgen Arakelov Date: Tue, 14 Jan 2025 15:04:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f35b74..284f264 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SHUTTLE -SHUTTLE is proxy server to translate Ethereum JSON-RPC requests to CosmosSDK based chains. Was developed to use [Blockscout](https://github.com/blockscout/blockscout) block explorer for CosmosSDK-based chains. +SHUTTLE is a proxy server that enables the use of [Blockscout](https://github.com/blockscout/blockscout) block explorer for Cosmos-based chains. ## Description Shuttle works as a proxy on websocket connection and HTTP requests. Incoming JSON RPC requests is translated to corresponding Cosmos HTTP requests and then a result is transmitted in Ethereum format. Websocket connection transmits a new block info from cosmos chain to the client.