Skip to content

AlgorandClient

The main entry point for interacting with the Algorand blockchain.

Creates a client configured for the default LocalNet.

static defaultLocalNet(): AlgorandClient

Creates a client configured for TestNet.

static testNet(): AlgorandClient

Creates a client configured for MainNet.

static mainNet(): AlgorandClient

Account management utilities.

Transaction sending utilities.

Access to underlying algod and indexer clients.