Documentation

Welcome to the Irion Network technical documentation. Here you'll find everything you need to integrate decentralized payments and credit rails into your applications.

bolt

Quickstart

Get up and running in minutes.

api

API Reference

Detailed endpoint documentation.

terminal

SDKs

Libraries for JavaScript, Python, and Go.

forum

Community

Join our developer discord.

High Performance Infrastructure

Irion is built from the ground up to leverage Algorand's high-speed consensus and instant finality. Our infrastructure is designed for extreme throughput and predictable transaction costs.

// Initialize Irion SDK
const Irion = new IrionNetwork({
  network: 'mainnet',
  apiKey: process.env.Irion_KEY
});