Skip to content

AlgorandClient

The main entry point for interacting with the Algorand blockchain.

Creates a client configured for the default LocalNet.

@classmethod
def default_local_net(cls) -> AlgorandClient

Creates a client configured for TestNet.

@classmethod
def test_net(cls) -> AlgorandClient

Creates a client configured for MainNet.

@classmethod
def main_net(cls) -> AlgorandClient

Account management utilities.

Transaction sending utilities.

Access to underlying algod and indexer clients.