Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: translate ko/ibc/4_IBC_USECASES.md #9

Merged
merged 2 commits into from
Oct 5, 2019
Merged

Conversation

ryan-chae
Copy link
Collaborator

No description provided.

IBC를 사용하면 별도의 스마트 컨트랙트 플랫폼 체인들간에 calldata와 return data를 포함한 임의의 컨트랙트-컨트랙트 호출을 실행할 수 있습니다.

#### 표현

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

표현보다는 Representations 이게나은 것 같은 느낌?!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 모르겟다..

@junbeomlee
Copy link
Member

표현 만 조금 아쉽? 나머지는 LGTM


#### 구현

두 개의 체인은 IBC 패킷을 전송 및 처리할 때 필요에 따라 escrowing, unescrowing, minting, 과 burning와 같이 의미적으로 호환되는 표현을 서로 연결하도록 선택합니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

escrowing, unescrowing, minting, 과 burning
->
예치, ??, 발행, 소각

이건 어떠신가요? unescrowing은 애매...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unescrowing 그냥 '예치 해제'는 어떤가요

@@ -0,0 +1,169 @@
# 4: IBC 활용 사례들

**인터 블록체인 통신 프로토콜 사양에서 사용되는 응용 프로그램 수준의 활용 사례들에 대한 설명입니다.**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

블록체인 간 통신 프로토콜 로 통일하자는 의견이 있습니다

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


**디자인 패턴은 [여기를](./5_IBC_DESIGN_PATTERNS.md) 참조 하십시오.**

이 문서는 인터 블록체인 통신 프로토콜(IBC)에 대한 구체적인 활용 사례들에 대한 설명과는 거리가 멀며, 프로토콜의 설계를 평가할 수 있는 일련의 관점을 제공하고, 영감을 주기 위한 의도로 작성되었습니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

블록체인 간 통신 프로토콜 로 통일하자는 의견이 있습니다

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


#### 불변값

모든 페깅 된 표현에 걸쳐 임의의 금액의 대체 가능성(fungibility), 체인 전체에 걸쳐 일정한 (또는 인플레이션 자산의 경우 공식적인) 총 발행량 누적분 또는 토큰은 한번에 하나의 체인에서 소비 가능한 형태로만 존재합니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

페깅 -> 연결

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


#### 구현

두 개의 체인은 의미적으로 호환되는 두 개의 대체 불가능한(non-fungible) 토큰의 네임스페이스를 서로 "연결(peg)"하여 IBC 패킷을 전송 및 처리할 때 필요에 따라 escrowing, unescrowing, creating, 과 destroying을 실행하도록 합니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

예치, ??, 생성, ??
-> 이 부분도..?!


두 개의 체인은 의미적으로 호환되는 두 개의 대체 불가능한(non-fungible) 토큰의 네임스페이스를 서로 "연결(peg)"하여 IBC 패킷을 전송 및 처리할 때 필요에 따라 escrowing, unescrowing, creating, 과 destroying을 실행하도록 합니다.

특정 토큰으로 시작하고 토큰 관련 로직 (예 : CryptoKitties의 breeding, 디지털 티켓 교환)이 포함된 시작 "소스 영역(source zone)"이 있거나 모든 관련 체인이 이해할 수있는 형식으로 관련 로직이 NFT와 함께 패키지될 수 있습니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breeding -> 교배

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


#### 불변값

대체 불가능한(non-fungible) 토큰은 특정 계정이 소유하고 있는한 한 체인에 언제라도 고유하게 존재하며, 필요하다면 관련 작업 (예 : CryptoKitties의 breeding)을 수행하기 위해 언제든 "소스(source)"영역으로 다시 전송할 수 있습니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breeding -> 교배

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


컨트랙트: 이더리움에서는 `EVM`, `WASM` (그 외 다양함), Tezos에서는 `Michelson`, Agoric에서는 `Jessie`라고 표현합니다..

Calldata: 이더리움에서는 `ABI`, RLP, Protobuf 또는 JSON과 같은 일반 직렬화 형식으로 표현합니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이더리움에서는 ABI라고 하며 RLP, Protobuf 또는 JSON과 같은 일반 직렬화 형식으로 표현됩니다.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@hihiboss hihiboss merged commit 5d9afda into master Oct 5, 2019
@ryan-chae ryan-chae deleted the gitlocalize-self branch October 31, 2019 02:47
ryan-chae pushed a commit that referenced this pull request Nov 27, 2019
* Translate 4_IBC_USECASES.md

* fix: feedback comments
ryan-chae pushed a commit that referenced this pull request Dec 10, 2019
* Translate 4_IBC_USECASES.md

* fix: feedback comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants