Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stonskt committed Feb 21, 2023
1 parent b338ccd commit 1ba7451
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 12 deletions.
71 changes: 71 additions & 0 deletions docs/home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
Document version : v3.2.0 (last updated 2023-02-21)

**Welcome to initial DID Platform Developer Site**
===============


이곳은 Hyperledger Aries Protocol 기반 initial DID Platform 사용자/개발자를 위한 사이트 입니다.
새로운 디지털 ID 표준인 DID(Decentralized Identifier)와 VC (Verifiable Credentials)를 기반으로 SSI (Self-Sovereign Identity)를 쉽게 구현할 수 있도록 지원합니다.
DID를 통해 신분증/자격증명을 효과적으로 전달할 수 있다면 모든 산업 분야에서 많은 기회가 발생합니다.
우리는 이 기회를 활용하는데 도움이되는 API 및 SDK등 기술을 제공합니다.


## **1. Index**

* `Introduction` - Platform 소개 / Release note
* `Web Console Service` - Web기반 DID Agent를 지원하는 서비스.
* `initial DID Agent API Guide` - initial DID Agent Open API 사용 가이드.
* `Reference - Demo Samples` - DID Demo 동작을 통한 기술 이해.


![platform arch](img/initial_platform_architecture.png)

<br>

## **2. W3C Specification Support**

- initial은 W3C DID 표준을 준수하고, did:ssw: method는 W3C DID에 공식 등록 되어 있습니다.
- W3C Decentralized Identifiers (DIDs) v1.0 : https://www.w3.org/TR/did-core/
- W3C DID methods : <https://www.w3.org/TR/did-spec-registries/#did-methods> (did:ssw:)
- SSW DID method specification: <https://sktston.github.io/ssw-did/did-method-spec.html>

<p></p>

- initial은 W3C VC Data 모델의 표준을 준수하고 있습니다.
- W3C Verifiable Credentials Data Model 1.0 : https://www.w3.org/TR/vc-data-model/


<br>

## **3. Open Source Contribute**

- initial은 Hyperledger open source 진영에서 활동하고 기여하고 있으며, 호환성을 제공합니다.
- Hyperledger Indy(SDK)
<https://github.com/hyperledger/indy-sdk>
- Hyperledger Aries Cloud Agent - Python
<https://github.com/hyperledger/aries-cloudagent-python>
- SKT Ston Project(initial DID Platform)
<https://github.com/sktston>
- Absa Node Agency(Mediator)
<https://github.com/AbsaOSS/vcxagencynode>


<br>

## **4. Global Standardization**

- ToIP(Trust over IP)
<https://trustoverip.org/> <br>
- The Trust over IP Foundation is defining a complete architecture for Internet-scale digital trust that combines both cryptographic trust at the machine layer and human trust at the business, legal, and social layers.


- GSMA Identity group
<https://www.gsma.com/identity/>


## **5. Release note**

Name | version | Release date| Description
--- | --- | --- | ---
Mobile SDK | v1.12.1 | 2021.04.03 | Android/iOS SDK
Cloud Agent API | 0.7 | 2021.10.14 | Cloud Agent API
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Document version : v3.1.0 (last updated 2023-02-21)
Document version : v3.2.0 (last updated 2023-02-21)

**Welcome to initial DID Platform Developer Site**
===============
Expand Down
2 changes: 1 addition & 1 deletion docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- 발행/검증 관련 모든 통계 data 제공
- 사용자 추가 초대 기능 제공

## **2. 기관(Enterprise) 이용자를 위한 Open API Services**
## **2. Open API Services**
- REST API 기반 Wallet 생성 및 VC 발행/검증 지원

- 기존 Legacy system과 REST APIs를 통한 손쉬운 개발 지원
Expand Down
15 changes: 15 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
:root {
/*--md-primary-fg-color: #EE0F0F;
--md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #90030C;*/
--md-nav__item: red;

}

.md-nav__item--section>.md-nav__link[for] {
color: #ea0d0d
}

.md-nav__title {
color: #033ff58a;
}
26 changes: 16 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ repo_url: https://github.com/sktston/initial-v2-platform-doc
repo_name: initial console guide


site_name: initial Platform
site_name: initial Platform Guide
nav:

- 'initial Platform' :
- 'Introduction' : 'index.md'
# - 'Terms' : 'terms.md'
- 'Services': 'services.md'
#- 'initial Platform' : 'index.md'
- 'Introduction' : 'home.md'
- 'Services': 'services.md'
# - 'Release notes' : 'release_note.md'
# - '이용약관' : 'termsofuse.md'
# - '오픈소스고지문' : 'initial platform_v1.0_오픈소스고지문_20210325.htm'
Expand All @@ -21,7 +22,8 @@ nav:
# - 'Mobile Agency Service' :
# - 'Initial Agency' : 'agency.md'
# - 'Agency Protocols' : 'agency_protocol.md'
- 'Getting Started' :

- 'Getting Started' :
- 'Web Console 소개' : 'web_console.md'
- 'Web Console 이용방법' : 'web_console_signup.md'
- 'Web Console 개발 Guide': 'web_console_guide.md'
Expand Down Expand Up @@ -80,7 +82,7 @@ theme:
icon: material/brightness-7
name: Switch to dark mode
primary: blue # https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color
#accent: red # https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#accent-color
accent: red # https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#accent-color
# Palette toggle for dark mode
- scheme: slate
toggle:
Expand All @@ -96,8 +98,8 @@ theme:
features:
- navigation.instant # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#sticky-navigation-tabs
#- navigation.tabs
#- navigation.tabs.sticky # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#sticky-navigation-tabs
- navigation.sections # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections
- navigation.expand
- toc.follow # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-following
Expand All @@ -111,9 +113,13 @@ extra:
version:
provider: mike
default: stable
versioning: v3.1.0
versioning: v3.2.0
#homepage: https://www.initial.id/
#alternate:
# - name: Korean # https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language-selector
# link: /ko/
# lang: ko
# lang: ko


extra_css:
- stylesheets/extra.css

0 comments on commit 1ba7451

Please sign in to comment.