service broker blockhead open - linux foundation events › wp-content › ... · blockhead open...

25
Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM

Upload: others

Post on 25-Jun-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Blockhead Open Service BrokerJonathan BerkhahnSwetha RepakulaIBM

Page 2: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

The Blockhead Open Service Broker

Jonathan Berkhahn: [email protected]

Swetha Repakula: [email protected]

IBM

Page 3: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Blockchain

3

Page 4: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

4

geth Ethereum Network

1. Deploy geth, or some type of local ethereum node

user

Page 5: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

5

geth Ethereum Network

1. Deploy geth, or some type of local ethereum node

2. Download and sync the network ledger

user

Page 6: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

6

geth Ethereum Network

1. Deploy geth, or some type of local ethereum node

2. Download and sync the network ledger

3. Create a user account

user

Page 7: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

7

geth Ethereum Network

1. Deploy geth, or some type of local ethereum node

2. Download and sync the network ledger

3. Create a user account4. Write your contract

user Smart Contract

Page 8: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

8

geth Ethereum Network

1. Deploy geth, or some type of local ethereum node

2. Download and sync the network ledger

3. Create a user account4. Write your contract5. Compile your contract to create

bytecode

user Smart Contract bytecode

Page 9: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

9

geth Ethereum Network

1. Deploy geth, or some type of local ethereum node

2. Download and sync the network ledger

3. Create a user account4. Write your contract5. Compile your contract to create

bytecode6. Download another client to talk

to gethuser

Client

Smart Contract bytecode

Page 10: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

10

geth Ethereum Network

1. Deploy geth, or some type of local ethereum node

2. Download and sync the network ledger

3. Create a user account4. Write your contract5. Compile your contract to create

bytecode6. Download another client to talk

to geth7. Learn how to deploy your

bytecode through the clientuser

Client

Smart Contract bytecode

Page 11: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Blockhead

• Server Implementation of the Open Service Broker API• Automatically does most of the heavy lifting for you

11

Page 12: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Open Service Broker API

• App developers want to use blockchain• App devs should focus on writing apps• We want to deliver this functionality in an easy to use way• OSB API

12

Page 13: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Open Service Broker API

• Open standard for the provisioning and management of cloud services in relation to a cloud platform

• Any service that can be decomposed into the OSB workflow can be provisioned as a OSB service

• Once a broker is subscribed to your platform, can be utilized easily be end appl developers

• Current implementations for Cloud Foundry, Kubernetes

13

Page 14: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Blockhead

• Automates the deployment and use of a blockchain node• Currently supports Etherium

• Deploys and syncs an Etherium node• Creates an account on that node• Compiles and applies a smart contract you specify• Returns the Application Binary Interface for your use

• Plan to add support for Hyperledger Fabric

14

Page 15: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Blockhead - 2 Simple Steps

15

1. Create Service2. Bind Service (with contract URL)

Page 16: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Behind the Scenes

16

Page 17: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Service Provisioning

17

Service Broker

Request Service Creation

NodeNodeNodeNode

NodeNodeNodeNodeCloud Platform

AppAppApp

Page 18: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Service Provisioning

18

Service Broker

Request Service Creation

NodeNodeNodeNode

NodeNodeNodeNodeCloud Platform

AppAppApp

Starts a new node

Page 19: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Service Binding

19

Cloud Platform

AppAppApp

Service Broker

NodeNodeNodeNode

NodeNodeNodeNode

Page 20: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Service Binding

20

Request Service Binding

Cloud Platform

AppAppApp

Service Broker

NodeNodeNodeNode

NodeNodeNodeNode

Page 21: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Service Binding

21

Request Service Binding

Cloud Platform

AppAppApp Deploys specified

smart contract

Service Broker

NodeNodeNodeNode

NodeNodeNodeNode

Page 22: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Service Binding

22

Returns credentials,

contract address and

ABI

Cloud Platform

AppAppApp

Service Broker

NodeNodeNodeNode

NodeNodeNodeNode

Page 23: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

DEMO

23

Page 24: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

References

• OSBAPI : https://github.com/openservicebrokerapi/servicebroker• Bosh Release:

https://github.com/nimakaviani/ethereum-container-broker• Demo App:

https://github.com/swetharepakula/blockhead-broker-demo• Blog Post:

https://hackernoon.com/project-blockhead-an-ethereum-smart-contract-service-broker-for-kubernetes-and-cloud-foundry-88390a3ac63f

24

Page 25: Service Broker Blockhead Open - Linux Foundation Events › wp-content › ... · Blockhead Open Service Broker Jonathan Berkhahn Swetha Repakula IBM. ... Ethereum Network 1. Deploy

Any Questions?

25