Welcome to the Ledger Service Server source code repository. This directory contains the core source code and build configurations for the Ledger Service Server.
Category | Details |
---|---|
OS | macOS / Linux / Windows 10 or higher |
Language | Java 21 or higher |
IDE | IntelliJ IDEA |
Build System | Gradle 7.0 or higher |
Compatibility | Requires JDK 21 or higher |
Docker | Docker and Docker Compose must be installed |
Other Requirements | Minimum 2GB RAM and 10GB of disk space required |
Here's an overview of the directory structure.
did-ledger-service-server
├── CHANGELOG.md
├── CLA.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── dependencies-license.md
├── MAINTAINERS.md
├── README.md
├── RELEASE-PROCESS.md
├── SECURITY.md
├── docs
│ ├── api
│ │ ├── LedgerService_API.md
│ │ └── LedgerService_API_ko.md
│ ├── errorCode
│ │ ├── LedgerService_ErrorCode.md
│ │ └── LedgerService_ErrorCode_ko.md
│ └── installation
│ ├── OpenDID_LedgerService_InstallationAndOperation_Guide.md
│ └── OpenDID_LedgerServicer_InstallationAndOperation_Guide_ko.md
└── source
└── main
Below is a description of each folder and file in the directory:
Name | Description |
---|---|
CHANGELOG.md | Version-specific changes in the project |
CODE_OF_CONDUCT.md | Code of conduct for contributors |
CONTRIBUTING.md | Contribution guidelines and procedures |
LICENSE | License |
dependencies-license.md | Licenses for the project’s dependency libraries |
MAINTAINERS.md | Guidelines for project maintainers |
RELEASE-PROCESS.md | Procedures for releasing new versions |
SECURITY.md | Security policies and vulnerability reporting |
docs | Documentation |
┖ api | API guide documentation |
┖ errorCode | Error codes and troubleshooting guides |
┖ installation | Installation and setup instructions |
source | Source code for the server |
┖ did-ledger-server | Ledger Service Server source code |
For detailed instructions on installing the Ledger Server, please refer to the guide below:
API documentation is available in two main types:
- Ledger API: Detailed reference for the Ledger Server's API endpoints and usage.
The Change Log provides a detailed record of version-specific changes and updates. You can find it here:
To watch our demonstration videos of the OpenDID system in action, please visit our Demo Repository.
These videos showcase key features including user registration, VC issuance, and VP submission processes.
Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md for details on our code of conduct, and the process for submitting pull requests to us.