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

[Polkadot Wiki Migration] Node Endpoints Page #7

Merged
merged 17 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
1 change: 1 addition & 0 deletions develop/application-devs/interact/.pages
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
title: Interact with the Network
nav:
- index.md
- endpoints.md
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
69 changes: 69 additions & 0 deletions develop/application-devs/interact/endpoints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
title: Node Endpoints
description: List of node endpoints and examples of use. These endpoints can be used for development, RPC, or other purposes for which network access is required.
---

Ideally, one may run their own node when interacting with the
[Polkadot network](https://polkadot.network/) via [Polkadot.Js Apps](https://polkadot.js.org/apps/)
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
or other UIs and programmatic methods. Another option would be to connect to one of the several
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
public endpoints provided by infrastructure and API service providers. For development convenience,
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
[Parity Tech](https://www.parity.io/) maintains archive nodes for Polkadot, Kusama, and their test
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
networks with public endpoints. These endpoints can be used with
[Polkadot-JS API](https://polkadot.js.org/docs/api) to interact with their respective chains. The
CrackTheCode016 marked this conversation as resolved.
Show resolved Hide resolved
tables below list these endpoints.

### Network Endpoints

Endpoints for all production and test networks are listed on the
[Polkadot-JS UI](https://polkadot.js.org/apps/#/accounts) which are accessed from
CrackTheCode016 marked this conversation as resolved.
Show resolved Hide resolved
[here](https://github.com/polkadot-js/apps/tree/master/packages/apps-config/src/endpoints).
Endpoints for Polkadot Relay Chain and Kusama Relay Chain, parachains, and Paseo test network are
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Papermoon.CustomDictionary] Did you really mean 'Kusama'?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Kusama'?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'relay chain' instead of 'Relay Chain'.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Paseo'?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Papermoon.CustomDictionary] Did you really mean 'Paseo'?

maintained by the community. System Chains as well as Westend and Rococo test network endpoints
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Papermoon.CustomDictionary] Did you really mean 'Westend'?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Westend'?

maintained by Parity Technologies are listed below (with the exception of [Paseo](https://github.com/paseo-network), which is maintained by the wider community):
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Paseo'?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Papermoon.CustomDictionary] Did you really mean 'Paseo'?



=== "Polkadot"
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Network | WSS Endpoint |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| ------------ | ------------------------------------------ |
| Asset Hub | wss://polkadot-asset-hub-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Bridge Hub | wss://polkadot-bridge-hub-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Collectives | wss://polkadot-collectives-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| People Chain | wss://polkadot-people-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved

=== "Kusama"
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Network | WSS Endpoint |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| -------------- | ---------------------------------------- |
| Asset Hub | wss://kusama-asset-hub-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Bridge Hub | wss://kusama-bridge-hub-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Collectives | wss://kusama-collectives-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| People Chain | wss://kusama-people-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Coretime Chain | wss://kusama-coretime-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved

=== "Testnet"
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Network | WSS Endpoint |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| ------- | ----------------------------- |
| Westend | wss://westend-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Rococo | wss://rococo-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Paseo | wss://paseo-rpc.dwellir.com |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved


### Third Party Providers

There are a number of third-party providers of RPC infrastructure to the Polkadot and Kusama
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Kusama'?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Papermoon.CustomDictionary] Did you really mean 'Kusama'?

communities, commonly providing access to multiple networks and parachains in a single service. They
provide additional services such as higher rate limits, potentially more reliable and scalable
service, and additional metrics.

!!! note
The list of third party RPC endpoints above for Polkadot and Kusama is directly fetched from
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[Papermoon.WordSwapList] Use 'preceding' instead of 'above'.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Papermoon.CustomDictionary] Did you really mean 'Kusama'?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Kusama'?

[Polkadot-JS UI](https://polkadot.js.org/apps/#/explorer)
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
CrackTheCode016 marked this conversation as resolved.
Show resolved Hide resolved

- [OnFinality](https://onfinality.io)
- [Dwellir](https://dwellir.com)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Papermoon.CustomDictionary] Did you really mean 'Dwellir'?

dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
- [Pinknode](https://pinknode.io)
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
- [Radium Block](https://radiumblock.com/)
- [1RPC](https://1rpc.io/)
- [NOWNodes](https://nownodes.io/)
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
- [All That Node](https://www.allthatnode.com/)
- [SubQuery](https://www.rpc.subquery.network/)
- [dRPC](https://drpc.org/)
Loading