Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lava network added #24

Merged
merged 19 commits into from
Sep 23, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions docs/lava-network/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Lava Network",
"position": 4
}
15 changes: 15 additions & 0 deletions docs/lava-network/endpoints.mdx
Original file line number Diff line number Diff line change
@@ -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.
Binary file added docs/lava-network/img/lava.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions docs/lava-network/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Lava Network

import MainpageMetrics from '@site/src/components/MainpageMetrics';

<MainpageMetrics rpc="https://lava-testnet-rpc.polkachu.com/" binary="lavad" />

[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';

<DocCardList />
```
2 changes: 1 addition & 1 deletion docs/zetachain/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Zetachain",
"position": 4
"position": 5
}