Coder Social home page Coder Social logo

keepin-verify-sdk's Introduction

Keepin SDK Verify for java

SDK 소개

주요 기능

  • SP 로서 Keepin 앱에 요청한 서명 또는 VP 를 검증
  • Keepin 앱에서 VC 를 발급받기 위해 AA 에게 전달한 VP 검증 및 VC 발급

SDK 추가

Gradle

Add root build.gradle

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

Add dependency

// build.gradle
dependencies {
	implementation 'com.github.METADIUM:keepin-verify-sdk:0.2.4'
}
Maven

Add the JitPack repository to build file

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

아래설정 pom.xml 에 추가

<!-- pom.xml -->
<dependency>
	<groupId>com.github.METADIUM</groupId>
	<artifactId>keepin-verify-sdk</artifactId>
	<version>0.2.4</version>
</dependency>

Logging

Logging use slf4j.

<!-- logback.xml -->
<logger name="com.coinplug.mykeepin.sdk.verify" level="DEBUG" additivity ="false">
	<appender-ref ref="console" />
</logger>

ServiceProvider

Service Provider 가이드

Attestatation Agency

Attestatation Agency 가이드

keepin-verify-sdk's People

Contributors

youngbaejeon avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.