블록체인 15

HYPERLEDGER FABRIC - Developing Applications - Smart Contract Processing

HYPERLEDGER FABRIC ㄴ Developing Applications ㄴ Smart Contract Processing 독자 : Architects, Application and smart contract developers 블록체인 네트워크 중심에는 smart contract(스마트 계약)가 있습니다. PaperNet에서 기업 어음 스마트 계약안에 있는 code는 기업어음의 유효한 state로 정의되어 있고 하나의 state에서 다른 state로 어음의 상태를 바꾸는 트랜잭션 로직으로 정의되어 있습니다. 이번 주제에서 어떻게 현실 세계의 issuing, buying, redeeming 기업 어음의 프로세스를 관리하는 스마트 계약을 구현하는지 알아볼 것입니다. 스마트 계약이란 무엇인가 그리고 ..

HYPERLEDGER FABRIC - Developing Applications - Process and Data Design

HYPERLEDGER FABRIC ㄴ Developing Applications ㄴ Process and Data Design 독자 : Architects, Application and smart contract developers, Business professionals 이번 topic은 기업 어음 프로세스와 PaperNet안에서 그들과 관련된 data structure를 설계하는 방법을 보여줍니다. Analysis는 무슨 일이 일어나고 있는지 이해하기 위해 정확한 방법을 제공하는 transactions과 states를 사용하는 모델링된 PaperNet을 강조했습니다. 이제 PaperNet의 applications과 smart contracts의 설계를 돕기 위해, 크게 관련된 두가지 개념에 대해 자..

HYPERLEDGER FABRIC - Developing Applications - Analysis

HYPERLEDGER FABRIC ㄴ Developing Applications ㄴ Analysis 독자 : Architects, Application and smart contract developers, Business professionals 기업 어음을 좀 더 자세히 분석해봅시다. MagenetoCorp나 DigiBank 같은 PaperNet 참가자는 그들의 비즈니스 목적을 성취하기 위해 기업 어음 트랜잭션을 사용합니다. 기업 어음의 구조와 시간이 지남에 따라 영향을 미치는 트랜잭션을 조사해봅시다. PaperNet의 어떤 조직이 그 네트워크 안의 조직 중 신뢰 관계를 바탕으로 트랜잭션을 승인해야하는지도 고려해야 할 것입니다. 후에 우리는 어떻게 돈이 buyer와 seller사이에서 흘러가는지 집중..

HYPERLEDGER FABRIC - Developing Applications - The scenario

HYPERLEDGER FABRIC ㄴDeveloping Applications ㄴThe scenario 독자 : Architects, Application and smart contract developers, Business professionals 이번 주제에서는 PaperNet을 사용하여 기업 어음을 발행, 구매, 상환하는 6개의 조직과 관련된 비즈니스 시나리오를 설명할 것입니다. (PaperNet은 Hyperledger Fabric위에 만들어진 기업 어음 network이다.) 이 시나리오를 사용해서 참가하는 조직들이 사용하는 기업 어음 application과 smart contracts의 개발 요구사항을 간략하게 설명할 것입니다. PaperNet network PaperNet은 승인된 참가자가 기..

HYPERLEDGER FABRIC - Developing Applications

Developing Applications 이 주제는 Hyperledger Fabric을 사용하여 비지니스 문제를 해결하기 위해 client application과 smart contract를 개발하는 방법을 다룹니다. 여러 조직이 관련된 실제 기업 어음 (Commercial Paper) 시나리오에서 목표 달성에 요구되는 task와 모든 컨셉에 대해 배울 수 있습니다. 우리는 이미 블록체인 네트워크가 사용 가능하다고 추정합니다. 이 topic은 여러 청중들을 대상으로 만들어졌습니다. Solution and application architect Client application developer Smart contract developer Business professional topic을 순서대로 읽거..