Configuring the Client
import { ChainvineClient, ClientConfig } from '@chainvine/sdk/lib';
const config: ClientConfig = {
apiKey: 'S3CR37C0D3Z',
testMode: true,
logToConsole: true,
}
const client = new ChainvineClient(config);Parameter
Type
Description
Default
Last updated