Skip to main content

Create Config

To get started, you need to create an initial configuration for the Keygate SDK. This configuration contains the shared settings and data required for the proper functioning of other SDK features that developers will use. Additionally, the configuration can be updated later as needed.

Configuration Options

The createConfig function accepts a configuration object with the following properties: integrator string required A unique identifier for your dApp or company. This helps Keygate track usage and provide support when needed.

Example Usage

Here’s a complete example of how to set up the Keygate SDK configuration:

Next Steps

Once you’ve configured the SDK, you can: