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

RPC Methods

Documentation for interacting with Telcoin Network's JSON RPC.

Introduction

Telcoin Network, just like Ethereum, uses a JSON-RPC specification which allows software applications to interact with the blockchain - either by reading data or sending transactions to the blockchain.

Each Telcoin Network node runs code that implements a JSON-RPC specification, meaning there is a uniform set of methods users and developers can use to interact with the blockchain.

This uniform set of methods is laid out in this section. It should act as a reference point for users and developers alike.

Last updated