Initializing the client
Instantiating the client object
static async create(
config: ClientConfig,
activePoolAlias: string,
callback?: ClientStateCallback
): Promise<ZkBobClient>Parameters
Returns
Example
console.log('Creating ZkBob client...');
const zkClient = await ZkBobClient.create(clientConfig, 'BOB-sepolia');
console.log('You can dive into a privacy pool right now!');Last updated
Was this helpful?