Installation

TypeScript

yarn add acc-service-sdk

Java

Install gradle

See) https://gradle.org/install

Publish to MavenLocal

Copy

./gradlew clean publishToMavenLocal

You can verify that the library is distributed in the storage ~/.m2/repository.

How to use SDK in your project

Please set the contents of the file build.gradle as below

Copy

repositories {
    mavenLocal()
}

dependencies {
    implementation "org.json:json:20231013"
    implementation "com.googlecode.libphonenumber:libphonenumber:8.13.44"
    implementation "org.web3j:core:4.12.1"
    implementation 'org.acc.service.sdk:core:1.0.0-SNAPSHOT'
}

C#

See) https://www.nuget.org/packages/acc-service-sdk


Last updated