Difference between revisions of "Hyperledger"

From air
Jump to navigation Jump to search
Line 14: Line 14:
 
docker ps -a
 
docker ps -a
 
</pre>
 
</pre>
  +
  +
  +
=Misc=
  +
==Presentations==
  +
* Marko Vukolić, IBM Research Zurich, Hyperledger Fabric : an open-source distributed operating system for permissioned blockchains https://blockchain-summer.epfl.ch/talks/hyperledger-fabric-vukolic.pdf
  +
* Shengyun Liu, Paolo Viotti, Christian Cachin, Vivien Quéma, Marko Vukolić, XFT: Practical Fault Tolerance Beyond Crashes, OSDI 2016, https://www.usenix.org/system/files/conference/osdi16/osdi16-liu.pdf
  +
* Marko Vukolić, The Quest for Scalable Blockchain Fabric: Proof-of-Work vs. BFT Replication, https://allquantor.at/blockchainbib/pdf/vukolic2015quest.pdf
  +
  +
  +
==Hyperledger's Images Repository==
  +
* https://hub.docker.com/r/hyperledger/
  +
* https://hub.docker.com/r/ibmblockchain/
  +
  +
==Blockchain-as-a-Service==
  +
* [https://www.ibm.com/blockchain/ IBM Bluemix Blockchain] (Hyperledger PaaS)
  +
* [https://azure.microsoft.com/en-us/solutions/blockchain/ Microsoft Azure Blockchain Technology] (Hyperledger PaaS)
  +
* [Amazon AWS Blockchain Technology]
  +
* [https://www.r3.com/ R3 Corda Blockchain Technology]

Revision as of 10:50, 23 November 2017

https://www.hyperledger.org/

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

Getting started

Installation

Prerequises : Install Docker CE.

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

docker ps -a


Misc

Presentations


Hyperledger's Images Repository

Blockchain-as-a-Service