ysangy avatar

Hyperledger 개발 환경 구축 하기 2

ysangy

Published: 27 Jan 2019 › Updated: 27 Jan 2019Hyperledger 개발 환경 구축 하기 2

Hyperledger 개발 환경 구축 하기 2

Installing components

컴포져 cli 설치
npm install -g composer-cli@0.20

컴포져 Reset 서버 설치
npm install -g composer-rest-server@0.20

다양한 유틸리티 함께 설치
npm install -g generator-hyperledger-composer@0.20

yoman 으로 generator-hyperledger-composer 설치
npm install -g yo

컴포져 playground 설치
npm install -g composer-playground@0.20

페브릭 폴더 생성 tools 설치
mkdir ~/fabric-dev-servers && cd ~/fabric-dev-servers

curl -O https://raw.githubusercontent.com/hyperledger/composer-tools/master/packages/fabric-dev-servers/fabric-dev-servers.tar.gz
tar -xvf fabric-dev-servers.tar.gz

페브릭 스크립트 다운로드 v1.2 runtime
cd ~/fabric-dev-servers
export FABRIC_VERSION=hlfv12
./downloadFabric.sh

페브릭 실행
cd ~/fabric-dev-servers
export FABRIC_VERSION=hlfv12
./startFabric.sh
./createPeerAdminCard.sh

컴포져 playground 실행
composer-playground

Leave Hyperledger 개발 환경 구축 하기 2 to:

Written by

Read more #hyperledger posts


Best Posts From ysangy

We have not curated any of ysangy's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From ysangy