SDK based verification

Our platform allows users to verify credentials issued as verifiable credentials with ease. By using the Verify SDK, you can integrate verification functionality into your application. Follow the steps below to clone the repository and start using the SDK for credential verification.

Steps to Verify Credentials

1. Clone the Repository

To get started with the Verify SDK, you need to clone the repository to your local machine.

git clone https://github.com/ooru-digital/verify-sdk-js

2. Navigate to the Project Directory

After cloning the repository, navigate to the project directory:

cd verify-sdk-js

3. Install Dependencies

Follow the installation steps provided in the README.md file to install any required dependencies and set up the SDK.

# Example step (refer to the README for the exact instructions)
npm install

4. Follow the README.md Instructions

To complete the setup and learn how to use the Verify SDK, carefully follow the instructions provided in the README.md file. The README will guide you through:

  • Setting up the environment

  • Running the SDK locally

  • Using the SDK to verify credentials

5. Start Verifying Credentials

Once you’ve completed the setup, you can begin using the SDK to verify credentials by calling the appropriate functions, as outlined in the repository's documentation.

If you have any questions or encounter issues, refer to the documentation or open an issue on the repository's GitHub page.

Last updated