Client Setup
Initializing the SDK Client
import { Client } from "@aragon/sdk-client";
import { context } from "../index";
// Instantiate the general purpose client from the Aragon OSx SDK context.
const client: Client = new Client(context);
console.log(client);Last updated