Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.4 KB

README.md

File metadata and controls

33 lines (29 loc) · 1.4 KB

Design and Building a Data Loader and Viewer Engine for Blockchain-enabled Big Data Systems using Hyperledger Fabric

System_Model

Prerequisites

AWS server setting

  • Resource Spec (AWS EC2 instance)
    • Region: ap-northeast-2 (서울)
    • Instance Type : t3a.2xlarge (8 vCPUs, 32GB)
    • Volume Type : 1000GB SSD
    • Amazon Machine Image(AMI) : Ubuntu 20.04 LTS (HVM) x64(x86)
  • SSH Connection

Hyperledger Fabric setup

  • FABRIC_RELEASE=2.3.0
  • CHANNEL_NAME=myChannel
  • PEER_DATABASE_TYPE=golevel
  • CHAINCODE_LANGUAGE=go
  • CHAINCODE_NAME=ethtxcc
  • CHAINCODE_VERSION=0.1
  • CHAINCODE_INIT_REQUIRED=true