Difference between revisions of "Hyperledger"

From air
Jump to navigation Jump to search
Line 6: Line 6:
   
 
https://hub.docker.com/r/ibmblockchain/
 
https://hub.docker.com/r/ibmblockchain/
  +
  +
==Installation==
  +
Prerequises : Install [[Docker]] CE.
  +
<pre>
  +
curl -sSL https://goo.gl/fMh2s3 | bash
  +
  +
docker ps -a
  +
</pre>

Revision as of 10:05, 23 November 2017

https://www.hyperledger.org/

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

Getting started

https://hub.docker.com/r/ibmblockchain/

Installation

Prerequises : Install Docker CE.

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

docker ps -a