Skip to content

Commit

Permalink
Merge branch 'bd-endpoints' of https://github.com/polkadot-developers…
Browse files Browse the repository at this point in the history
…/polkadot-docs into bd-endpoints
  • Loading branch information
CrackTheCode016 committed Sep 5, 2024
2 parents 5167689 + 11dd663 commit b15af68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/application-devs/interact/endpoints.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Node Endpoints
description: List of node endpoints and examples of use. These endpoints can be used for development, RPC, or other purposes in which network access is required.
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 utilize their own node when interacting with the [Polkadot network](https://polkadot.network/){target=_blank} via [Polkadot Js UI Apps](https://polkadot.js.org/apps/){target=_blank} or other user interfaces and programmatic methods. Another option would be to connect to one of the several public endpoints provided by infrastructure and API service providers. For development convenience, [Parity Tech](https://www.parity.io/){target=_blank} maintains archive nodes for Polkadot, Kusama, and their test networks with public endpoints. These endpoints can be used with [Polkadot Js UI API](https://polkadot.js.org/docs/api){target=_blank} to interact with their respective chains.
Expand Down

0 comments on commit b15af68

Please sign in to comment.