Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading