Giter Site home page Giter Site logo

blockchain's Introduction

Assume golang installed

$cd ~
$mkdir BlockchainSetup
$cd BlockchianSetup
$ mkdir GOCODE
$ cd GOCODE
$ mkdir src
$ mkdir pkg
$ mkdir bin
$ cd src
$ go get <github repo with go>
$ cd githbu.com....
$ make
$ mkdir hyperledger
$ cd hyperledger
$ git clone [email protected]:hyperledger/fabric.git
$ cd fabric
$ git fetch
$ git checkout v0.6

Install docker from: https://docs.docker.com/engine/getstarted/step_one/#/step-2-install-docker

$ docker pull hyperledger/fabric-peer:latest
$ docker pull hyperledger/fabric-membersrvc:latest

We clean up IBM code from here, to create templatego.md. This has the minimum number of functions required to start interacting with the blockchain. If the file is renamed to template.go it should build.

Make sure github.com/hyperledger/fabric is in branch v0.6. From github.com/*/blockchain type go build . and this should return errors about importing unnecessary libraries.

Edit main.go to interact with the blockchain. Start the docker container from blockchain-docker-compose/one-peer-one-ca using docker-compose up (or docker-compose start if already initialised once).

blockchain's People

Contributors

denisexifaras avatar

Watchers

 avatar

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.