For the complete documentation index, see llms.txt. This page is also available as Markdown.

Networks and RPC Endpoints

This page lists the different Telcoin Networks and their respective public RPC endpoints.

The public RPC URLs listed below are rate limited and do not support websocket connections. If such functionality is required, please reach out to the team.

Adiri Testnet

Parameter
Value

Network Name

Telcoin Network Adiri Testnet

Chain ID

0x7e1

Currency Symbol

TEL

Public RPC URL

Unstable Testnet

Adiri Testnet is the only network currently deployed. While Adiri Testnet is intended to be as stable as possible, the protocol is still under heavy development and may be reset from time to time before mainnet is launched to incorporate breaking changes.

Developer Notes

The public RPC endpoint at https://rpc.adiri.tel uses a load balancer and is primarily useful for single transactions and read queries.

Developers should prefer to connect directly with a node when running scripts or multiple consecutive transactions. Finality happens after a few seconds (up to 10s on the current testnet), and some nodes may not have updated state until then.

Developers should use Chainlist (include testnets and search "adiri") for an up-to-date list of supported RPC nodes for public use. For more developer questions, please email support@telcoin.org.

Last updated