블록체인 15

HYPERLEDGER FABRIC - Developing Applications - Application design elements - Gateway

HYPERLEDGER FABRIC - Developing Applications - Application design elements - Gateway 독자 : Architects, application and smart contract developers gateway는 application을 대신하여 네트워크 상호작용을 관리하여, application이 비즈니스 로직에 집중할 수 있도록 합니다. application은 gateway에 연결되면, 모든 후속 상호작용은 gateway의 설정을 사용하여 관리됩니다. 이번 주제에서는 다음의 것을 다룰 것입니다. Why gateways are important How applications use a gateway How to define a static ga..

HYPERLEDGER FABRIC - Developing Applications - Application design elements - Wallet

HYPERLEDGER FABRIC - Developing Applications - Application design elements - Wallet 독자 : Architects, application and smart contract developers wallet은 일련의 사용자 ID를 포함합니다. 사용자가 실행하는 application은 채널에 연결될 때 이러한 ID 중 하나를 선택합니다. 원장 같은 채널 리소스에 접근 권한은 MSP와 함께 조합안에서 ID를 사용하여 결정됩니다. 이번 주제에서는 아래의 항목을 다룰 것입니다. Why wallets are important How wallets are organized Different types of wallet Wallet operations Sc..

HYPERLEDGER FABRIC - Developing Applications - Application design elements - Connection Options

HYPERLEDGER FABRIC - Developing Applications - Application design elements - Connection Options 독자 : Architects, administrators, application and smart contract developers Connection Options은 gateway가 네트워크와 상호작용 하는 방식을 정확하게 제어하기 위해 connection profile과 함께 쓰입니다. gateway를 사용하면 application이 네트워크 토폴로지보다 비즈니스로직에 집중할 수 있습니다. 이번 주제에서는 다음을 다룰 것입니다. Why connection options are important How an application u..

HYPERLEDGER FABRIC - Developing Applications - Application design elements - Connection Profile

HYPERLEDGER FABRIC - Developing Applications - Application design elements - Connection Profile 독자 : Architects, application and smart contract developers connection profile은 Hyperledger Fabric 블록체인 네트워크의 peer, orderer와 인증 기관을 포함한 구성 요소 집합을 설명합니다. 이런 구성 요소와 관련된 채널과 조직 정보도 포함되어 있습니다. connection profile은 주로 모든 네트워크 상호작용을 처리하는 gateway(Developing Applications » Application design elements » Gateway)..

HYPERLEDGER FABRIC - Developing Applications - Application design elements - Endorsement policies

HYPERLEDGER FABRIC - Developing Applications - Application design elements - Endorsement policies 독자 : Architects, Application and smart contract developers 보증 정책은 트랜잭션이 유효함을 보증하는데 필요한 최소 규모의 조직 집합을 정의합니다. 보증하기 위해 조직의 보증 피어는 트랜잭션과 관련있는 스마트 계약을 실행하고, 그 결과에 서명해야합니다. 주문 서비스가 트랜잭션을 커밋하는 피어에게 보낼 때, 그들은 각각 개별적으로 트랜잭션의 보증이 보증정책을 충족하는지 확인해야합니다. 그렇지 않은 경우, 트랜잭션은 무효화되고, world state에 영향을 주지 않습니다. 보증 정책은 두가..