Hyperledger

From air
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

https://www.hyperledger.org/

https://twitter.com/FablabAIR/status/916188340294246400

Getting started

Installation

Prerequises : Install Docker CE (and docker-compose).

sudo curl -L https://github.com/docker/compose/releases/download/1.17.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version


Term 1:

mkdir hyperledger
cd hyperledger
curl -sSL https://goo.gl/fMh2s3 | bash

docker ps -a
export PATH=~/hyperledger/bin:$PATH
cryptogen help


git clone -b master https://github.com/hyperledger/fabric-samples.git
cd fabric-samples
ls -al


http://hyperledger-fabric.readthedocs.io/en/latest/build_network.html

cd first-network
./byfn.sh




Next

cd chaincode-docker-devmode
docker-compose -f docker-compose-simple.yaml up

Term 2

docker exec -it chaincode bash
sudo apt-get update
sudo apt-get install -y vim
cd chaincode_example02/go
go build
./go



Hyperledger composer

Hyperledger Composer is an application development framework which simplifies and expedites the creation of Hyperledger fabric blockchain applications.

You can find more details on the official project pages :

Misc

Presentations


Hyperledger's Images Repository

Blockchain-as-a-Service