From 3ca3561550856008ed2ba758f57902b92158b621 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Sat, 23 Sep 2023 16:32:30 +0200 Subject: [PATCH] Create endpoints.mdx --- docs/lava-network/endpoints.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/lava-network/endpoints.mdx diff --git a/docs/lava-network/endpoints.mdx b/docs/lava-network/endpoints.mdx new file mode 100644 index 0000000..0582be0 --- /dev/null +++ b/docs/lava-network/endpoints.mdx @@ -0,0 +1,15 @@ +--- +sidebar_position: 1 +description: Endpoints +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +# Endpoints — API / RPC / gRPC + +> In the Cosmos SDK, the gRPC-gateway translates gRPC endpoints into RESTful ones, enabling users to interact via the REST API. This adaptation is essential for clients that don't natively support gRPC or HTTP2. + +> The gRPC endpoint enables user interactions with a ZetaChain Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts. + +> The RPC endpoint enables users to interact with ZetaChain's nodes, querying the node's state and transmitting transactions within the ZetaChain network.