Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Nov 19, 2024
1 parent e103889 commit 51805a1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
16 changes: 6 additions & 10 deletions docusaurus/docs/explore/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ title: RPC Endpoints
sidebar_position: 3
---

## TestNet RPC Endpoints
## Beta TestNet

## Alpha TestNet

### RPC Endpoints

We have provided `gRPC`, `JSON-RPC` and `REST` endpoints, which are available here:

Expand All @@ -13,7 +17,7 @@ We have provided `gRPC`, `JSON-RPC` and `REST` endpoints, which are available he

You can review the difference between them in the [Cosmos SDK docs](https://docs.cosmos.network/main/learn/advanced/grpc_rest#comparison-table).

### JSON-RPC
### JSON-RPC Example

Using `curl`:

Expand All @@ -26,11 +30,3 @@ Using the `poktrolld` binary:
```bash
poktrolld query block --type=height 0 --node https://shannon-testnet-grove-seed-rpc.poktroll.com
```

### gRPC

_TODO_TECHDEBT: Add a gRPC example_

### REST

_TODO_TECHDEBT: Add a REST example_
17 changes: 16 additions & 1 deletion docusaurus/docs/explore/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,22 @@ title: Tools & References
sidebar_position: 1
---

## 🛠️ Tools & References <!-- omit in toc -->
## Beta TestNet

- 🪙 [Shannon Token Faucet](https://faucet.testnet.pokt.network/)
- 🗺️ [Shannon Explorer](https://shannon.testnet.pokt.network/poktroll/block)
- 🏗️ [Deploy your own gateway & Supplier](https://dev.poktroll.com/operate/quickstart/docker_compose_walkthrough)
- 🍝 [Copy-pasta your way to deploying on a Debian server](https://dev.poktroll.com/operate/quickstart/docker_compose_debian_cheatsheet)
- 🧑‍💻 [Developer Onboarding](https://dev.poktroll.com/develop/developer_guide/quickstart)
- 💽 [Full Node Indexer](https://shannon-testnet.poktscan.com/) + [Pocketdex source code](https://github.com/pokt-network/pocketdex/)
- 📖 [General Documentation](https://docs.pokt.network/pokt-protocol/the-shannon-upgrade)
- 📒 [Technical Documentation](https://dev.poktroll.com/)
- 🧑‍💻 [Shannon SDK](https://github.com/pokt-network/shannon-sdk)
- 🖥️ [Shannon source code](https://github.com/pokt-network/poktroll)

## Alpha TestNet

### 🛠️ Tools & References <!-- omit in toc -->

- 🪙 [Shannon Token Faucet](https://faucet.testnet.pokt.network/)
- 🗺️ [Shannon Explorer](https://shannon.testnet.pokt.network/poktroll/block)
Expand Down

0 comments on commit 51805a1

Please sign in to comment.