diff --git a/docs/lava-network/_category_.json b/docs/lava-network/_category_.json new file mode 100644 index 00000000..7493e8fb --- /dev/null +++ b/docs/lava-network/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Lava Network", + "position": 4 +} diff --git a/docs/lava-network/endpoints.mdx b/docs/lava-network/endpoints.mdx new file mode 100644 index 00000000..0582be02 --- /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. diff --git a/docs/lava-network/img/lava.png b/docs/lava-network/img/lava.png new file mode 100644 index 00000000..4da2ff4a Binary files /dev/null and b/docs/lava-network/img/lava.png differ diff --git a/docs/lava-network/index.mdx b/docs/lava-network/index.mdx new file mode 100644 index 00000000..0faa470a --- /dev/null +++ b/docs/lava-network/index.mdx @@ -0,0 +1,19 @@ +# Lava Network + +import MainpageMetrics from '@site/src/components/MainpageMetrics'; + + + +[Lava Network](https://www.lavanet.xyz/) is decentralizing access to blockchain data. It is the first truly unstoppable protocol for blockchain API access. + +Serving as a two-sided marketplace that incentivizes and coordinates blockchain nodes to provide dapps with blockchain data, Lava is setting the standard for fast, reliable, and secure API at scale. + +![lava](./img/lava.png) + +[Website](https://www.lavanet.xyz/) | [Blog](https://www.lavanet.xyz/blog) | [GitHub](https://github.com/lavanet) | [Twitter](https://twitter.com/lavanetxyz) | [Discord](https://discord.gg/Tbk5NxTCdA) | [Docs](https://docs.lavanet.xyz/) + +```mdx-code-block +import DocCardList from '@theme/DocCardList'; + + +``` diff --git a/docs/zetachain/_category_.json b/docs/zetachain/_category_.json index 0d097806..dd5d77a1 100644 --- a/docs/zetachain/_category_.json +++ b/docs/zetachain/_category_.json @@ -1,4 +1,4 @@ { "label": "Zetachain", - "position": 4 + "position": 5 }