Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
redwest88 authored Sep 13, 2024
2 parents 2cc3b26 + 1c71256 commit 55e5c5f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 13 deletions.
45 changes: 33 additions & 12 deletions docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ description: Endpoints
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Endpoints — API / RPC / gRPC
# Endpoints — API / RPC / WebSocket

> 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 RPC endpoint enables users to interact with Story's nodes, querying the node's state and transmitting transactions within the Story Network.
> The gRPC endpoint enables user interactions with a Story Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts.
> The Cosmos WebSocket allows real-time monitoring of transaction confirmations, block updates, and state changes on Cosmos nodes, while the EVM WebSocket provides updates on new blocks, transactions, and smart contract events for the EVM chain.
<Tabs>
<TabItem value="api" label="API" default>
Expand Down Expand Up @@ -86,7 +86,12 @@ https://story-testnet-cosmos-rest.crouton.digital # Cosmos REST API
```bash
https://api-story.josephtran.xyz # Cosmos REST API
```


#### StraiveVN:
```bash
https://api-story.ongtrong.xyz # Cosmos REST API
```

#### shachopra:
```bash
https://story-testnet-api.shachopra.com # Cosmos REST API
Expand Down Expand Up @@ -198,15 +203,21 @@ https://story-testnet-evm-rpc.crouton.digital # EVM JSON-RPC
#### JosephTran:
```bash
https://rpc-story.josephtran.xyz # Cosmos RPC
https://evm-rpc-story.josephtran.xyz # EVM JSON RPC
https://evm-rpc-story.josephtran.xyz # EVM JSON-RPC
```

#### StraiveVN:
```bash
https://https://rpc-story.ongtrong.xyz # Cosmos RPC
https://evm-rpc-story.ongtrong.xyz # EVM JSON-RPC
```

#### shachopra:
```bash
https://story-testnet-rpc.shachopra.com # Cosmos RPC
https://story-testnet-jsonrpc.shachopra.com # EVM JSON RPC
https://story-testnet-jsonrpc.shachopra.com # EVM JSON-RPC
```

</TabItem>
<TabItem value="WebSocket" label="WebSocket">

Expand All @@ -227,6 +238,11 @@ wss://story-wss.mandragora.io # EVM WSS
wss://story-testnet-rpc.blockhub.id/websocket # Cosmos WSS
wss://story-testnet-wss.blockhub.id # EVM WSS
```
#### Coha05:
```bash
wss://story-cosmos-testnet-rpc.tech-coha05.xyz/websocket # Cosmos WSS
wss://story-wss-evm.tech-coha05.xy # EVM WSS
```

#### OriginStake:
```bash
Expand All @@ -251,12 +267,6 @@ wss://story-testnet-evm-ws.crouton.digital # EVM WSS
wss://rpc-story.josephtran.xyz/websocket # Cosmos WSS
wss://wss-story.josephtran.xyz # EVM WSS
```

#### shachopra:
```bash
wss://story-testnet-rpc.shachopra.com/websocket # Cosmos WSS
wss://story-endpoint-websocket.shachopra.com # EVM WSS
```

#### Mekong Labs:
```bash
Expand All @@ -270,6 +280,17 @@ ws://story-cosmos-rpc.xxxigm.xyz/websocket # Cosmos WSS
ws://story-evm-ws.xxxigm.xyz # EVM WSS
```

#### StraiveVN:
```bash
wss://rpc-story.ongtrong.xyz/websocket # Cosmos WSS
wss://wss-story.ongtrong.xyz # EVM WSS
```

#### shachopra:
```bash
wss://story-testnet-rpc.shachopra.com/websocket # Cosmos WSS
wss://story-endpoint-websocket.shachopra.com # EVM WSS
```

</TabItem>
</Tabs>
2 changes: 1 addition & 1 deletion docs/story-protocol/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ https://itrocket.net/services/testnet/story/#snap # story and geth snapshot
```bash
https://vps7.josephtran.xyz/Story/Geth_snapshot.lz4 # geth snapshot
https://vps7.josephtran.xyz/Story/Story_snapshot.lz4 # story snapshot
```
```

0 comments on commit 55e5c5f

Please sign in to comment.