Skip to main content

Chromia Postchain clients

Postchain clients offer libraries for interacting with a blockchain using JavaScript/TypeScript, Kotlin, C#, Rust, or Python. These libraries enable easy transaction sending and data retrieval from Rell blockchain nodes, simplifying the development of decentralized applications.

Additionally, Chromia exposes REST endpoints directly in the browser, enabling developers to test functionality, query the blockchain, and submit transactions.

JavaScript (JS)/TypeScript(TS)

The JavaScript/TypeScript client provides functionality for interacting with a blockchain using JavaScript or TypeScript. It allows you to send transactions and retrieve information from a blockchain node running Rell.

REST tool

The REST web tool allows users to send HTTP requests to interact with the blockchain, enabling retrieval of essential data such as transaction details, block information, overall blockchain state, blockchain configuration parameters, and more.

Kotlin

The Kotlin client provides capability for interacting with a blockchain from a client app written in Kotlin or Java. With this library, you can easily send transactions and retrieve queries from a Rell blockchain node.

C#

The C# client provides functionality for interacting with a blockchain using C#. It allows you to send transactions and retrieve information from a blockchain node running Rell.

Rust

The Rust client provides tools for interacting with the Chromia blockchain using Rust. It enables developers to execute queries, send transactions, and manage blockchain operations in both single-node and multi-node environments.

Python

The Python client provides a user-friendly interface for interacting with a blockchain using Python. It simplifies sending transactions, querying data, and building decentralized applications on the Chromia blockchain.

Go

The Go client offers a range of built-in functions and utilities designed to simplify interaction with decentralized applications (dApps) created using the Postchain blockchain framework.