Skip to content

Commit

Permalink
Merge pull request #2 from jhkim5981/main
Browse files Browse the repository at this point in the history
Update dependency module name and gradle version
  • Loading branch information
black-billed-magpie authored Oct 11, 2024
2 parents 7a47e91 + f90e3ba commit a079e5a
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 43 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ did-blockchain-sdk-server
├── CHANGELOG.md
├── CLA.md
├── CODE_OF_CONDUCT.md
├── LICENSE.dependencies.md
├── LICENSE-dependencies.md
├── CONTRIBUTING.md
├── MAINTAINERS.md
├── README.md
Expand All @@ -33,29 +33,29 @@ did-blockchain-sdk-server
```


| Name | Description |
| -------------------------- | ------------------------------------------------|
| CHANGELOG.md | Version-specific changes in the project |
| CLA.md | Contributor License Agreement |
| CODE_OF_CONDUCT.md | Code of conduct for contributors |
| CONTRIBUTING.md | Contribution guidelines and procedures |
| LICENSE.dependencies.md | Licenses for the project’s dependency libraries |
| MAINTAINERS.md | General guidelines for maintaining |
| README.md | Overview and description of the project |
| RELEASE-PROCESS.md | Release process |
| SECURITY.md | Security policy and vulnerability reporting |
| docs | Documentation |
| ┖ api | API guide documentation |
| source | SDK source code project |
| Name | Description |
|-------------------------| ------------------------------------------------|
| CHANGELOG.md | Version-specific changes in the project |
| CLA.md | Contributor License Agreement |
| CODE_OF_CONDUCT.md | Code of conduct for contributors |
| CONTRIBUTING.md | Contribution guidelines and procedures |
| LICENSE-dependencies.md | Licenses for the project’s dependency libraries |
| MAINTAINERS.md | General guidelines for maintaining |
| README.md | Overview and description of the project |
| RELEASE-PROCESS.md | Release process |
| SECURITY.md | Security policy and vulnerability reporting |
| docs | Documentation |
| ┖ api | API guide documentation |
| source | SDK source code project |

<br>

## Libraries
Libraries can be found in the `release` folder.
1. Copy the `did-datamodel-server-1.0.0.jar` file into the project's `libs` directory.
1. Copy the `did-datamodel-sdk-server-1.0.0.jar` file into the project's `libs` directory.
2. Add the following dependencies to the project's `build.gradle` file:
```groovy
implementation files('libs/did-datamodel-server-1.0.0.jar')
implementation files('libs/did-datamodel-sdk-server-1.0.0.jar')
implementation('org.hyperledger.fabric:fabric-gateway-java:2.2.9')
implementation('com.fasterxml.jackson.core:jackson-databind:2.15.2')
implementation('org.apache.commons:commons-pool2:2.12.0')
Expand Down
34 changes: 17 additions & 17 deletions README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ did-blockchain-sdk-server
├── CHANGELOG.md
├── CLA.md
├── CODE_OF_CONDUCT.md
├── LICENSE.dependencies.md
├── LICENSE-dependencies.md
├── CONTRIBUTING.md
├── MAINTAINERS.md
├── README.md
Expand All @@ -32,29 +32,29 @@ did-blockchain-sdk-server
└── src
```

| 이름 | 역할 |
| -------------------------- | ------------------------------------------ |
| CHANGELOG.md | 프로젝트 버전별 변경사항 |
| CLA.md | Contributor License Agreement |
| CODE_OF_CONDUCT.md | 기여자의 행동강령 |
| CONTRIBUTING.md | 기여 절차 및 방법 |
| LICENSE.dependencies.md | 프로젝트 의존성 라이브러리에 대한 라이선스 |
| MAINTAINERS.md | 유지관리 가이드 |
| README.md | 프로젝트의 전체적인 개요 설명 |
| RELEASE-PROCESS.md | 릴리즈 절차 |
| SECURITY.md | 보안취약점 보고 및 보안정책 |
| docs | 문서 |
| ┖ api | API 가이드 문서 |
| source | SDK 소스코드 프로젝트 |
| 이름 | 역할 |
|-------------------------| ------------------------------------------ |
| CHANGELOG.md | 프로젝트 버전별 변경사항 |
| CLA.md | Contributor License Agreement |
| CODE_OF_CONDUCT.md | 기여자의 행동강령 |
| CONTRIBUTING.md | 기여 절차 및 방법 |
| LICENSE-dependencies.md | 프로젝트 의존성 라이브러리에 대한 라이선스 |
| MAINTAINERS.md | 유지관리 가이드 |
| README.md | 프로젝트의 전체적인 개요 설명 |
| RELEASE-PROCESS.md | 릴리즈 절차 |
| SECURITY.md | 보안취약점 보고 및 보안정책 |
| docs | 문서 |
| ┖ api | API 가이드 문서 |
| source | SDK 소스코드 프로젝트 |

<br>

## 라이브러리
라이브러리는 `release` 폴더에서 찾을 수 있습니다.
1. 프로젝트의 `libs``did-datamodel-server-1.0.0.jar` 파일을 복사합니다.
1. 프로젝트의 `libs``did-datamodel-sdk-server-1.0.0.jar` 파일을 복사합니다.
2. 프로젝트의 `build.gradle`에 아래 의존성을 추가합니다.
```groovy
implementation files('libs/did-datamodel-server-1.0.0.jar')
implementation files('libs/did-datamodel-sdk-server-1.0.0.jar')
implementation('org.hyperledger.fabric:fabric-gateway-java:2.2.9')
implementation('com.fasterxml.jackson.core:jackson-databind:2.15.2')
implementation('org.apache.commons:commons-pool2:2.12.0')
Expand Down
8 changes: 4 additions & 4 deletions source/did-blockchain-sdk-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
This document serves as a guide for using the OpenDID Server Blockchain SDK. It provides functionality to invoke chaincode and generate transaction requests necessary to record DID Document and Verifiable Credential Metadata (VC Meta) information on the blockchain for OpenDID.

## S/W Specifications
| Category | Details |
|----------------|--------------------|
| Language | Java 17 |
| Build System | Gradle 8.5 |
| Category | Details |
|----------------|------------|
| Language | Java 17 |
| Build System | Gradle 8.8 |

<br>

Expand Down
6 changes: 3 additions & 3 deletions source/did-blockchain-sdk-server/README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Open DID에 필요한 DID Document(DID 문서), Verifiable Credential Meta(이


## S/W 사양
| 구분 | 내용 |
|------|---------------------|
| 구분 | 내용 |
|------|------------|
| Language | Java 17 |
| Build System | Gradle 8.5 |
| Build System | Gradle 8.8 |

<br>

Expand Down
2 changes: 1 addition & 1 deletion source/did-blockchain-sdk-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
implementation files('libs/did-data-model-server-1.0.0.jar')
implementation files('libs/did-datamodel-sdk-server-1.0.0.jar')
implementation('org.hyperledger.fabric:fabric-gateway-java:2.2.9')
implementation('com.fasterxml.jackson.core:jackson-databind:2.15.2')
implementation('org.apache.commons:commons-pool2:2.12.0')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jun 05 15:21:28 KST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a079e5a

Please sign in to comment.