Giter VIP home page Giter VIP logo

Jihyeon's Projects

- icon -

블록체인 테스트

-7 icon -7

cd $GOPATH/src mkdir -p github.com/hyperledger cd github.com/hyperledger git clone https://github.com/<username>/fabric.git

10-31- icon 10-31-

https://www.google.co.kr/search?q=%EC%93%B0%EA%B8%B0+%EA%B6%8C%ED%95%9C%EC%9D%B4%EC%97%86%EB%8A%94+%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EC%97%90%EC%84%9C+%ED%8C%8C%EC%9D%BC%EC%9D%84+%ED%8E%B8%EC%A7%91%ED%95%98%EA%B3%A0+%EC%9E%88%EC%8A%B5%EB%8B%88%EB%8B%A4.+%EC%9D%B4+%ED%8C%8C%EC%9D%BC%EC%97%90+%EB%B3%80%EA%B2%BD+%EC%82%AC%ED%95%AD%EC%9D%84+%EC%A0%9C%EC%B6%9C%ED%95%98%EB%A9%B4+%ED%8F%AC%ED%81%AC+jihyon+%2F+fabric%EC%9D%98+%EC%83%88+%EB%B8%8C%EB%9E%9C%EC%B9%98%EC%97%90+%EC%93%B0%EA%B8%B0+%EB%95%8C%EB%AC%B8%EC%97%90+%ED%92%80+%EC%9A%94%EC%B2%AD%EC%9D%84+%EB%B3%B4%EB%82%BC+%EC%88%98+%EC%9E%88%EC%8A%B5%EB%8B%88%EB%8B%A4.&oq=%EC%93%B0%EA%B8%B0+%EA%B6%8C%ED%95%9C%EC%9D%B4%EC%97%86%EB%8A%94+%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EC%97%90%EC%84%9C+%ED%8C%8C%EC%9D%BC%EC%9D%84+%ED%8E%B8%EC%A7%91%ED%95%98%EA%B3%A0+%EC%9E%88%EC%8A%B5%EB%8B%88%EB%8B%A4.+%EC%9D%B4+%ED%8C%8C%EC%9D%BC%EC%97%90+%EB%B3%80%EA%B2%BD+%EC%82%AC%ED%95%AD%EC%9D%84+%EC%A0%9C%EC%B6%9C%ED%95%98%EB%A9%B4+%ED%8F%AC%ED%81%AC+jihyon+%2F+fabric%EC%9D%98+%EC%83%88+%EB%B8%8C%EB%9E%9C%EC%B9%98%EC%97%90+%EC%93%B0%EA%B8%B0+%EB%95%8C%EB%AC%B8%EC%97%90+%ED%92%80+%EC%9A%94%EC%B2%AD%EC%9D%84+%EB%B3%B4%EB%82%BC+%EC%88%98+%EC%9E%88%EC%8A%B5%EB%8B%88%EB%8B%A4.&aqs=chrome..69i57.1525j0j7&sourceid=chrome&ie=UTF-8

build-extra icon build-extra

Additional files and scripts to help build Git for Windows on MSYS2.

docker-test icon docker-test

#! / bin / bash helpme () { 고양이 << HELPMEHELPME 구문 : sudo $ 0 버추얼 박스 우분투 (또는 다른 유사한 리눅스 호스트)를 우리의 개발 환경을 실행하기에 좋은 모양으로 만듭니다. 이 스크립트는 루트로 실행해야합니다. 현재 디렉토리는 dev-env 프로젝트 디렉토리 여야합니다. HELPMEHELPME } 만약 [[ " $ (1) " == " - " || " $ 1 " == " -h " || " $ 1 " == " --help " ]] ; 그때 도와주세요 1 번 출구 fi # VirtualBox Ubuntu (또는 다른 유사한 Linux # 호스트)를 우리의 개발 환경을 실행하기에 좋은 모양으로 만듭니다. # ALERT : 다음과 같은 오류가 발생하는 경우 : # 오류 : [Errno 1] 작업이 허용되지 않음 : 'cf_update.egg-info / requires.txt' # 올바른 해결 방법은 update-cli 디렉토리 아래에있는 "루트"소유 디렉토리를 제거하는 것입니다 # 원본 마운트 지점은 방랑자를 운영하는 사용자가 소유 한 디렉토리에서만 작동합니다 # 첫 번째 오류시 중지 세트 -e BASEIMAGE_RELEASE은 = ` 고양이 / 기타 / hyperledger-baseimage 출시 ` DEVENV_REVISION = ` (cd / hyperledger / devenv ; git rev-parse --short HEAD) ` # 시스템 업데이트 apt-get update -qq # docker 설치를 위해 apt-get 준비 apt-get install -y apt-transport-https ca-certificates apt-key adv -keyserver hkp : //p80.pool.sks-keyservers.net : 80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D # 고정물 저장소 추가 echo deb https://apt.dockerproject.org/repo ubuntu-trusty main > /etc/apt/sources.list.d/docker.list # 시스템 업데이트 apt-get update -qq # 스토리지 백엔드 로직

fabric icon fabric

THIS IS A READ-ONLY historic repository. Current development is at https://gerrit.hyperledger.org/r/#/admin/projects/fabric . pull requests not accepted

fabric-1 icon fabric-1

Read-only mirror of https://gerrit.hyperledger.org/r/#/admin/projects/fabric

fabric-baseimage icon fabric-baseimage

Read-only mirror of https://gerrit.hyperledger.org/r/#/admin/projects/fabric-baseimage

test2 icon test2

cd $GOPATH/src mkdir -p github.com/hyperledger cd github.com/hyperledger git clone https://github.com/<username>/fabric.git

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.