Abstract
Create an instance of SDKController class with credentials.
const credentials = { assetId: "exampleAsset", interactiveNonce: "exampleNonce" interactivePublicKey: "examplePublicKey", visitorId: 1, url: "https://topia.io",}const topia = await new Topia({ apiDomain: "api.topia.io", apiKey: "exampleKey", interactiveKey: "key", interactiveSecret: "secret",}await new SDKController({ credentials, topia });
Optional
Summary
Create an instance of SDKController class with credentials.
Usage