Skip to content

Algorand Client

The AlgorandClient is the main entry point for interacting with the Algorand network.

// LocalNet
const algorand = AlgorandClient.defaultLocalNet();
// TestNet
const algorand = AlgorandClient.testNet();
// MainNet
const algorand = AlgorandClient.mainNet();