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
});
const Irion = new IrionNetwork({
network: 'mainnet',
apiKey: process.env.Irion_KEY
});
