Skip to content

mosip/demosdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOSIP Demo SDK

Maven Package upon a push
Quality Gate Status

Overview

The Demo SDK provides core demographic authentication capabilities used by the ID Authentication subsystem.
It includes:

  • Demographic data matching logic
  • Name and address normalization utilities
  • Support functions required for demographic authentication workflows

This SDK is referenced by ID-Authentication, available here:
https://github.com/mosip/id-authentication/tree/master/authentication

Installation

Local Setup (for Development or Contribution)

  1. Clone the repository:
git clone <repo-url>
cd demosdk
  1. Build the project:
mvn clean install -Dmaven.javadoc.skip=true -Dgpg.skip=true

This will compile the SDK and install it into your local Maven repository.

Usage

It's used as a library dependency in the ID-Authentication project. To include Demo SDK in your Maven project:

<dependency>
    <groupId>io.mosip.demosdk</groupId>
    <artifactId>demosdk</artifactId>
    <version>1.3.0</version><!-- use latest released version -->
</dependency>

(Replace 1.3.0 with the appropriate released version.)

For detailed usage examples and integration steps, refer to the ID-Authentication repository.

Documentation

Additional documentation and design references are available in the main MOSIP documentation portal:
https://github.com/mosip/documentation/tree/1.2.0/docs

Contribution & Community

• To learn how you can contribute code to this application, click here.

• If you have questions or encounter issues, visit the MOSIP Community for support.

• For any GitHub issues: Report here

License

This project is licensed under the Mozilla Public License 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 94

Languages