// use staging environment// + sign transactions using the REDIRECT method// + authentication using bearerTokenProvider supplied by the clientconst arkaneConnect = new ArkaneConnect('Arketype', { environment: 'staging',windowMode: 'REDIRECT',bearerTokenProvider: () => auth.token});
ArkaneConnect(clientID:string, options?: ConstructorOptions)
Parameter | Required | Description | Example |
|
| Client ID (case sensitive) |
|
|
|
|