Skip to content

Commit

Permalink
update Story Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
redwest88 committed Sep 11, 2024
1 parent e139906 commit 66bfdfc
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 7 deletions.
110 changes: 104 additions & 6 deletions docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,128 @@ import TabItem from '@theme/TabItem';

> 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 Initia's nodes, querying the node's state and transmitting transactions within the Initia Network.
> 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 Initia Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts.
> 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.
<Tabs>
<TabItem value="api" label="API" default>

#### kjnodes:
```bash
https://initia-testnet-api.f5nodes.com
https://story-testnet.api.kjnodes.com # Cosmos REST API
```

#### Lavender.Five:
```bash
https://testnet-story-api.lavenderfive.com # Cosmos REST API
```

#### lesnik | UTSA:
```bash
https://t-story.archive.api.utsa.tech # Cosmos REST API
```

#### Mandragora:
```bash
https://story-api.mandragora.io # Cosmos REST API
```

#### NodeStake:
```bash
https://api-t.story.nodestake.org # Cosmos REST API
```

#### Polkachu:
```bash
https://story-testnet-api.polkachu.com # Cosmos REST API
```

#### Synergy Nodes:
```bash
https://story-testnet-api.synergynodes.com # Cosmos REST API
```

</TabItem>
<TabItem value="rpc" label="RPC">

#### Story Foundation (official):
```bash
https://testnet.storyrpc.io # EVM JSON-RPC
```

#### Aura:
```bash
https://story-testnet.aura.network # EVM JSON-RPC
```

#### F5 Nodes:
```bash
https://story-testnet-rpc.f5nodes.com # Cosmos RPC
```

#### ITRocket:
```bash
https://initia-testnet-rpc.f5nodes.com
https://story-testnet-rpc.itrocket.net # Cosmos RPC
https://story-testnet-evm.itrocket.net:443 # EVM JSON-RPC
```

#### kjnodes:
```bash
https://story-testnet.rpc.kjnodes.com # Cosmos RPC
```

#### Lavender.Five:
```bash
https://testnet-story-rpc.lavenderfive.com # Cosmos RPC
```

#### lesnik | UTSA:
```bash
https://t-story.archive.rpc.utsa.tech # Cosmos RPC
https://t-story.archive.evm.utsa.tech # EVM JSON-RPC
```

#### Mandragora:
```bash
https://story-rpc.mandragora.io # Cosmos RPC
https://story-rpc-evm.mandragora.io # EVM JSON-RPC
```

#### NodeStake:
```bash
https://rpc-t.story.nodestake.org # Cosmos RPC
https://evmrpc-t.story.nodestake.org # EVM JSON-RPC
```

#### OriginStake:
```bash
https://story-rpc01.originstake.com # EVM JSON-RPC
```

#### Polkachu:
```bash
https://story-testnet-rpc.polkachu.com # Cosmos RPC
```

#### Synergy Nodes:
```bash
https://story-testnet-rpc.synergynodes.com # Cosmos RPC
https://story-testnet-evm.synergynodes.com # EVM JSON-RPC
```

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

#### ITRocket:
```bash
https://story-testnet-rpc.itrocket.net
```

#### Mandragora:
```bash
initia-testnet-grpc.f5nodes.com:9290
wss://story-rpc.mandragora.io/websocket # Cosmos WSS
wss://story-wss.mandragora.io # EVM WSS
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion docs/story-protocol/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Initia
# Story Protocol

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

Expand Down

0 comments on commit 66bfdfc

Please sign in to comment.