Skip to content

App Client

The App Client provides a high-level interface for interacting with Algorand smart contracts.

const appClient = algorand.client.getAppClientById({
appId: 1234n,
appSpec: myAppSpec,
});