SDK Integration
Last updated
Last updated
To begin using the KrypCore Web3 SDK, follow the steps below:
Access the KrypCore Web3 platform and navigate to the Dapp Studio section.
Create a new Dapp project and configure it according to your requirements.
Once your Dapp is configured, click on the Export Config button. A JSON file gets downloaded. This file contains the necessary configuration settings for your Dapp.
Install the KrypCore Web3 SDK package using your preferred package manager
Import the SDK into your application
Specify the path to the downloaded config file
Initialize the SDK with the config file
Now that the SDK is set up, you can start using its functionalities to interact with the blockchain and build decentralized features in your application.
Description
Description