Drupal and the Blockchain. by Thorsten Krug - Front-end Drupal Developer Eva Shon - UX Developer

Size: px
Start display at page:

Download "Drupal and the Blockchain. by Thorsten Krug - Front-end Drupal Developer Eva Shon - UX Developer"

Transcription

1 Drupal and the Blockchain by Thorsten Krug - Front-end Drupal Developer Eva Shon - UX Developer

2 Bitcoin 2010 First commercial bitcoin transaction: to buy a pizza for BTC Value of "the pizza" today is euros! Current value of all Bitcoin: ~12 Billion

3 Agenda 1. What is a Blockchain? 2. Blockchain Applications 3. What Role Drupal Could Play

4

5 Why I like it? Remove the Middle man we require for trust (Music Industry, Airbnb, Ueber, Western Union, Banks, corrupt money systems... ) Get everyone in the World a bank account Regain control / own your data Trust layer for cooperative business models (DAO's) Reinvent democracy Don Tapscott: "How the Blockchain is changing money and business"

6 Who cares? Banks trying to improve their interbank trade Governments research how to digitalize ledger Healthcare Sector (e.g. validated recipes) Lawyers think about implementation between "smart contracts" and the implementation in law systems Energy companies how to optimize energy efficiency and trading

7 1. What is a Blockchain?

8 Blockchain Hype Every major bank in the world has a blockchain strategy What is a Blockchain?

9 What can be built Music Rights & Payments Digital Identity The DAO Largest crowdfund in history: 150 million P2P Solar Energy Markets

10 Blockchain in Government UK Gov 1. What is a Blockchain?

11 Blockchain Hype "Drupal" "blockchain" 1. What is a Blockchain? Google Zeitgeist

12 I. Financial Currency Private equities Public equities Bonds Derivatives Voting rights Commodities Spending records Trading records Mortgage / loan records Servicing records Crowd-funding Micro-finance Micro-charity II. Physical Asset Keys Home / apartment keys Vacation home / timeshare keys Hotel room keys Car keys Rental car keys Leased cars keys Locker keys Safety deposit box keys Package delivery (split key between delivery firm and receiver) Betting records Fantasy sports records (!) Blockchain Use Cases A LOT! V. Other III. Public Records Coupons IV. Private Records Vouchers Land titles Reservations Vehicle registries Contracts Movie tickets Business license Signatures Patents Business incorporation records Wills Copyrights Business ownership records Trusts Trademarks Regulatory records Escrows Software licenses Criminal records GPS trails (personal) Videogame licenses Passports Degree Music/movie/book licenses (DRM) Birth certificates Certifications Domain names Death certificates Learning Outcomes Online identities Voter IDs Grades Proof of authorship / Proof of prior art Voting HR records Health / Safety Inspections Building permits Gun permits Forensic evidence Court records Voting records Non-profit records Government/non-profit accounting Medical records Accounting records Business transaction records Genome data GPS trails (institutional) Delivery records Arbitration Documentary records Data records (sports scores, temperature, etc) Sim Cards GPS network identity Gun unlock codes Weapons unlock codes Nuclear launch codes (!) Spam control (micro-payments for posting) From

13 How it can change the world Internet of Information Internet of Value "Sharing Economy" of Uber, Airbnb Reduce Middleman Centralized User Data, Facebook, Google Self-sovereign user identity (Selbstbestimmte Identitaet) Promises greater transparency, efficiency

14 What is a Blockchain? "Next-generation of the database or internet" Network Database 1. What is a Blockchain?

15 What is a Blockchain? Network Database Currency Public-Private Keys 1. What is a Blockchain?

16 What is a Blockchain? P2P Consensus Global History Programmable Digital (No one can change) Money Signatures 1. What is a Blockchain?

17 Bitcoin Various Drupal modules for Bitcoin Open Source P2P Currency 1. What is a Blockchain?

18 Bitcoin vs. Ethereum Open Source P2P Currency 2nd biggest after Bitcoin launched July 31, What is a Blockchain?

19 Bitcoin vs. Ethereum Turing-complete Programming Language: Smart Contracts 1. What is a Blockchain?

20 Smart Contracts Code deployed to the Ethereum blockchain Programmable money: Escrow (Schief) User-Signed Transactions (Unwiderruflich) 1. What is a Blockchain? = Kickstarter.com in simple lines of code (easy to build Uber, Airbnb, etc.)

21 Ethereum Building Blocks Blockchain

22 Ethereum Building Blocks Timestamps Currency Digital Signatures Accounts Immutable Ledger Blockchain

23 Ethereum Building Blocks Transaction from: <account> to: <account> nonce: data: Timestamps Currency Digital Signatures Accounts Immutable Ledger Blockchain

24 Ethereum Building Blocks Smart Contracts Tokens Multi-Signatures Registries Oracles (from real-world) Timestamps Currency Digital Signatures Accounts Immutable Ledger Blockchain

25 Ethereum Building Blocks Notary Equity Voting Boards Reputation Licenses Bounties Identity Smart Contracts Tokens Multi-Signatures Registries Oracles (from real-world) Timestamps Currency Digital Signatures Accounts Immutable Ledger Blockchain

26 Ethereum Building Blocks Martketplaces Crowdfunding Loans Insurance Name Services Auctions Smart IoT... and more Notary Equity Voting Boards Reputation Licenses Bounties Identity Smart Contracts Tokens Multi-Signatures Registries Oracles (from real-world) Timestamps Currency Digital Signatures Accounts Immutable Ledger Blockchain

27 2. Building Blockchain Applications

28 Blockchain Applications Applications and "Platforms" Core Components Developer Tools Infrastructure 2. Building Blockchain Apps

29 Blockchain Applications Applications and "Platforms" Across various domains Core Components Identity, Registries, Libraries for Tokens, etc. Developer Tools Coding + deploying smart contracts, convenience tools Infrastructure Client Nodes, APIs 2. Building Blockchain Apps

30

31 Blockchain Applications Businesses want to explore putting processes on blockchain What this means: Encoding business logic in Ethereum Smart Contracts + webapps Building Decentralized Systems (harder to hack) 2. Building Blockchain Apps

32 Current Ecosytem Proof of Concept Prototypes - Asset Tracking - Land Registry - Solar Energy Market - Derivatives 2. Building Blockchain Apps

33 Current Ethereum Ecosytem Proof of Concept Prototypes Real Production Systems 2. Building Blockchain Apps

34 Current Ethereum Ecosytem Proof of Concept Prototypes Real Production Systems Production Workflows: e.g. Content-Management Systems! 2. Building Blockchain Apps

35 Ethereum Blockchain Stack Blockchain + File Storage Blockchain Decentralized File Storage (IPFS.io)

36 Ethereum Blockchain Stack JavaScript Interfaces Blockchain + File Storage 2. Building Blockchain Apps

37 Ethereum Blockchain Stack Front-End JavaScript Interfaces Blockchain + File Storage 2. Building Blockchain Apps

38 Ethereum Blockchain Stack Smart Contract function calls wired Front-End JS Blockchain Web UI 2. Building Blockchain Apps

39 Ethereum Blockchain Stack Smart Contract function calls wired Front-End JS Blockchain 2. Building Blockchain Apps How to add flexibility for production systems where workflows can change? Web UI

40 Blockchain Application Challenges Core components still being developed for: identity privacy developer tools APIs (fully decentralized means having a local copy of the blockchain but not always possible) 2. Building Blockchain Apps

41 Blockchain Application Challenges Hard to decentralize 100% Scalability: blockchains can be slow for UX & big (60 GB+) Security: hacks, developer community still growing 2. Building Blockchain Apps

42 User-friendly Web Tools Identity & Accounts uport (Digital signing via TouchID) MyEtherWallet, JAXX, Metamask (browser wallets) Semi-decentralized APIs e.g. Metamask Chrome Plugin: - No need to install Ethereum

43 Drupal x Blockchain Strategies

44 Drupal x Blockchain Strategies... Fully decentralized CMS?

45 Drupal x Blockchain Strategies... Fully decentralized CMS? DB dumps & changesets on blockchain

46 Drupal x Blockchain Strategies... Fully decentralized CMS? Pub-sub Microservice for some Tx's

47 Drupal x Blockchain Strategies... Fully decentralized CMS? Versioned Smart Contract Registries & Hooks

48 Drupal x Blockchain Strategies... Fully decentralized CMS? Versioned Smart Contract Registries & Hooks Pubsub Microservice for some Tx's DB dumps & changesets on blockchain?

49 Private vs. Public Blockchains Private Consortium Blockchain Global Public Blockchain (permissions, privacy) 2. Building Blockchain Apps

50 No need to put everything on a blockchain! What requires an audit trail (Buchungskontrolle)? 2. Building Blockchain Apps

51 3. What role could Drupal play

52 3. What role could Drupal play?

53 Is it a nerds-only thing? Blockchains currently require more than 60GB of disc space Hard to set up and use for non-developers I am: 0xd62e7da1d30af2abed70f0ec677fefe0a0db5774

54 MetaMask Chrome Plugin No full Blockchain (API) Sign transactions in Chrome Metamask works on porting to other browsers Coming soon: JS developer library

55 "Transaction signers" Ethereum wallets, Identity providers... there are different scopes and naming Mist browser (Full Blockchain) Metamask (Browser extension) uport (Identity provider) MyEthereumWallet (Online or Offline browser) Jaxx (Mobile App & Browser extension)...

56 Semidecentralization

57 How to connect Drupal and Ethereum? current web ideal decentralisation

58 Semi-decentralization Server just pulls data (no private key on Server) Clients use JavaScript- based signing tools Semi-decentralization: Verify and Sign Locally Submit already-signed Tx's to a central Server

59 Workflows for decentralization Most data does not have to be fully trusted Drupal can provide editorial workflows and presentation layers to blockchain apps Ledger Signing official documents requires a lot of back and forward, sending s, revisiting, revisioning, user management, roles, permissions, views... Asset tracking Quality control signed digitally Supply chain tracking and visualization

60 Drupal Ethereum Module Frontend side Ideas Pluggable Transaction signer libraries e.g Metamask Backend side Guzzle JSON-RPC calls to any Ethereum Node Pull data + pull data push signed data

61 Identity

62 Drupal has Identity Drupal user accounts Limited number of known participants Connect: Drupal UID Blockchain ID Optionally charge sign up fees Optionally create a validity period No Auto-renewal (sorry marketers)

63 Login Smart Contract 1. User adds their Ethereum address 2. Drupal generates a hash Store it with address Generates a transaction, which will store the hash to a registry in a smart contract 3. User Signs transactions with their private key (uport, Metamask... ) Hash will actually be stored 4. Drupal verifies that the hash was stored and takes some action e.g. assigning a role to the user

64 Drupal Ethereum Module

65 Roadmap for Drupal Ethereum Module Connect Drupal/Ethereum on API level Pluggable Transaction signers Drupal Backend Data pulling Identity for Drupal (connect accounts) Field based voting system Store Hashes of the voting issues and let user vote Pull Blockchain Data to Drupal to make it searchable Integrate IPFS Field (decentralized file storage)

66 Ethereum based voting with Drupal

67 Ethereum based voting with Drupal Target Group NGO's "trusted organisations" Drupal-Based User management with Etherum-Drupal account connection Creating custom smart contracts Goal: UI to create Smart Contract and deploy them from Drupal admin-backend "Freeze a set of fields" to provide a time consistent content users vote on. Revisioning integration= Store a hash of the content in Blockchain Provide a UI to sign a vote using a transaction signer See my Blog post:

68 Looking at the future Editorial workflows integrating Smart Contract deployment Integrate smart contract libraries for digital autonomous organisations, DAO distribution Signed files, Signed Software releases Trusted peer to peer reviews Evaluate, mirror and search Blockchain content Pull Data from Blockchain categorize, search display, make accessible Trusted authors: Connect Posts and Blockchain Identity Live list:

69 Why Drupal should care about Ethereum? Blockchain technology will change how things work We are experienced in open source sharing culture: we can help connecting Ethereum technology to end-users, our customers, startups, DIY nerds... Drupal can provide Identity in the context of limited user groups We have the technology and experience to provide enterprise level workflows which might include signing transactions for "official publishing"

70 Questions? Join discussion Tweet about #drupal-ethereum Eva Shon Thorsten Krug

Blockchain + XBRL. A Distributed Ledger Technology. A Global Standard for Exchanging Business Information.

Blockchain + XBRL. A Distributed Ledger Technology. A Global Standard for Exchanging Business Information. Blockchain A Distributed Ledger Technology + XBRL A Global Standard for Exchanging Business Information. How Did We Get Here? XBRL is a freely available and global standard for exchanging business information.

More information

Cisco Live /11/2016

Cisco Live /11/2016 1 2 3 4 5 Blockchain technology will become Like the TCP / IP for the WWW everyone uses it, but it will be transparent to them. Examples: Disrupt business models Car energy supplier can advertise where

More information

Version 1.0. The Blockchain An architectural view

Version 1.0. The Blockchain An architectural view Version 1.0 The Blockchain An architectural view Version 1.0 TOC 1. Introduction of Presenters 5. Equilibrium of the blockchain ecosystem 2. Origins of the blockchain 6. Types of blockchains 3. Basic Principles

More information

Blockchain Developer TERM 1: FUNDAMENTALS. Blockchain Fundamentals. Project 1: Create Your Identity on Bitcoin Core. Become a blockchain developer

Blockchain Developer TERM 1: FUNDAMENTALS. Blockchain Fundamentals. Project 1: Create Your Identity on Bitcoin Core. Become a blockchain developer Blockchain Developer Become a blockchain developer TERM 1: FUNDAMENTALS Blockchain Fundamentals Project 1: Create Your Identity on Bitcoin Core Blockchains are a public record of completed value transactions

More information

I TECHNOLOGY Blockchain Concepts Blockchain 20

I TECHNOLOGY Blockchain Concepts Blockchain 20 I TECHNOLOGY 17 1 Blockchain Concepts 19 1.1 Blockchain 20 1.1.1 Blockchain Evolution 21 Blockchain Structure 22 Blockchain Characteristics 22 Blockchain Application Example: Escrow 23 1.3 Blockchain Stack

More information

TECHNICAL WHITEPAPER. Your Commercial Real Estate Business on the Blockchain. realestatedoc.io

TECHNICAL WHITEPAPER. Your Commercial Real Estate Business on the Blockchain. realestatedoc.io TECHNICAL WHITEPAPER Your Commercial Real Estate Business on the Blockchain realestatedoc.io IMPORTANT: YOU MUST READ THE FOLLOWING DISCLAIMER IN FULL BEFORE CONTINUING The Token Generation Event ( TGE

More information

primechain building blockchains for a better world

primechain building blockchains for a better world primechain building blockchains for a better world 8 steps to building blockchain solutions Rohas Nagpal, Primechain Technologies Pvt. Ltd. 8 steps to building blockchain solutions When Blockchain technology

More information

Blockchain & Bitcoin. Länsstyrelserna David Bauman

Blockchain & Bitcoin. Länsstyrelserna David Bauman Blockchain & Bitcoin Länsstyrelserna 2017-03-28 David Bauman Agenda What is Money? What is Bitcoin & Blockchain? How does it Work? Areas of Application Future Public Sector Questions What is Currency?

More information

How Blockchain Technology Changes Marketing

How Blockchain Technology Changes Marketing How Blockchain Technology Changes Marketing Campbell R. Harvey Duke University and NBER @camharvey Version: May 1, 2018 Agenda Understanding blockchain Impact on marketing Questions Campbell R. Harvey

More information

Blockchain: from electronic cash to redefining trust

Blockchain: from electronic cash to redefining trust Blockchain: from electronic cash to redefining trust Gabriel Aleixo researcher ITS Rio BLOCKCHAIN TECHNOLOGY Provides a new way for transferring and storing data in multiple aspects, without relying on

More information

Blockchains as a Component of the Next Generation Internet

Blockchains as a Component of the Next Generation Internet hub4ngi.eu Questions to: feedback@hub4ngi.eu Blockchains as a Component of the Next Generation Internet Prof. John Domingue (@johndmk) Director, Knowledge Media Institute, the Open University, UK kmi.open.ac.uk

More information

Jian Chan Australian Lead E:

Jian Chan Australian Lead E: The Vertical Blockchain Solution NEM-101 www.nem.io Jian Chan Australian Lead E: jian@nemaustralia.io Jian Chan Australian Lead E: jian@nemaustralia.io Insert NEM.io landing page video here. https://nem.io/wp-content/themes/nem/video/nem-basic-intro-small.mp4

More information

Blockchain 2.0: Smart Contracts

Blockchain 2.0: Smart Contracts Blockchain 2.0: Smart Contracts Karan Bharadwaj August 7, 2016 The relevance of blockchain technology to the financial world has grown substantially over the last few years. An important aspect of the

More information

Private Wealth Management. Understanding Blockchain as a Potential Disruptor

Private Wealth Management. Understanding Blockchain as a Potential Disruptor Private Wealth Management Understanding Blockchain as a Potential Disruptor 2 Blockchain and Cryptocurrency The interest in blockchain stems from the idea that its development is comparable to the early

More information

BLOCKCHAIN Use Cases. Copyright 2017 All Right Reserved

BLOCKCHAIN Use Cases.   Copyright 2017 All Right Reserved BLOCKCHAIN Use Cases www.blockchaintrainingalliance.com Public and Private Blockchains Public: open to anyone ( permissionless ) Identity unknown, individuals Ex: Zcash zero-knowledge proofs Open access

More information

Blockchain & Smart Contracts. Project Management tools in the 21 st Century

Blockchain & Smart Contracts. Project Management tools in the 21 st Century 1 Blockchain & Smart Contracts Project Management tools in the 21 st Century Ancient Ledgers Early Transactional Trust 2 Modern Ledgers Still Basically the Same? 3 Current Information Systems 4 Lack of

More information

Blockchain made Simple

Blockchain made Simple Blockchain made Simple Rhonda Okamoto, Blockchain & Cryptocurrency Enthusiast rhondaokamoto@gmail.com 609-433-1442 What is Blockchain? When and Where is Blockchain useful? What is the difference between

More information

Blockchain. Deepak Agarwal ICMA Conference Presenter

Blockchain. Deepak Agarwal ICMA Conference Presenter Blockchain Deepak Agarwal ICMA Conference Presenter Deepak Agarwal Plante Moran Plante Moran fast facts Agenda Blockchain overview Public sector initiatives Blockchain Overview What is blockchain? A blockchain

More information

Blockchain & The Hollywood Supply Chain

Blockchain & The Hollywood Supply Chain HITS: Fall 2017 - Innovation & Technology: Hollywood 2025 October 23, 2017 October 18, 2017 2:50 3:10 PM Skirball Cultural Center Los Angeles, CA Blockchain & The Hollywood Supply Chain Steve Wong DXC

More information

Blockchain / Distributed Ledger Technology

Blockchain / Distributed Ledger Technology www.strate.co.za 1 Blockchain / Distributed Ledger Technology Monica Singer, CEO Strate www.strate.co.za 2 Disrupt yourself or be disrupted! Areas Ripe For Disruption www.strate.co.za 3 Complex Industries

More information

Table of contents. 2

Table of contents. 2 Whitepaper Table of contents Table of contents... 2 Overview... 3 TrillionToken... 3 Sports Betting Platform... 3 Cryptocurrency... 3 Blockchain technology... 3 Ethereum network... 5 TrillionToken token...

More information

Blockchain Technology: Concepts. Whitepaper 1

Blockchain Technology: Concepts. Whitepaper 1 Whitepaper 1 Introduction Cryptocurrency, the digital currency system that enables global monetary transactions between two parties without the need for a trusted third party financial institution, has

More information

Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control

Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control R. R. Brooks rrb@g.clemson.edu Clemson University Electrical and Computer Engineering September 20 th, 2018 1

More information

DECENTRALIZED ASSET TRADING PLATFORM WHITEPAPER VERSION 3.1 DATP.MARKET

DECENTRALIZED ASSET TRADING PLATFORM WHITEPAPER VERSION 3.1 DATP.MARKET DECENTRALIZED ASSET TRADING PLATFORM WHITEPAPER VERSION 3.1 DATP.MARKET CONTENTS 1 INTRODUCING DECENTRALIZED ASSET TRADING PLATFORM 2 PROBLEM PROBLEM WITH EXCHANGE OF THIRD PARTY PAYMENTS USER EXPERIENCE

More information

Blockchain Technology in Banking and Financial Services

Blockchain Technology in Banking and Financial Services Blockchain Technology in Banking and Financial Services Daniel Rozycki Payments Consultant Payments, Standards, & Outreach Group Federal Reserve Bank of Minneapolis EPCOR Payments Conference Spring 2017

More information

Blockchain: The New Line of Defense

Blockchain: The New Line of Defense Blockchain: The New Line of Defense Who Am I Your Presenter & Advisory in This Domain q Cybersecurity Solutions Architect for Enterprise & National Level Projects for Kaspersky Lab Middle East, Turkey

More information

A.J. Bahou, LLM, MSECE Bahou Miller PLLC

A.J. Bahou, LLM, MSECE Bahou Miller PLLC A.J. Bahou, LLM, MSECE Bahou Miller PLLC AJBahou@BahouMiller.com ISACA and ISC2 December 2017 The views expressed herein are solely the presenter s and do not necessarily reflect any position of Bahou

More information

Uses of Blockchain in Supply Chain Traceability

Uses of Blockchain in Supply Chain Traceability Uses of Blockchain in Supply Chain Traceability Marek Laskowski and Henry Kim Schulich School of Business, York University http://blockchain.lab.yorku.ca 1 Agenda Cryptographic Foundations Blockchain (what

More information

A System-of-System Model

A System-of-System Model A System-of-System Model Claudio Lima, Ph.D. Blockchain Engineering Council BEC, Co-Founder IEEE DLT/Blockchain Standards, Vice-Chair, Chair NIST, September 17 th 2018 Disclaimer This presentation expresses

More information

$110100$010. Crypto Currencies. Good or Evil? 10$ $100010

$110100$010. Crypto Currencies. Good or Evil? 10$ $100010 100110101$110100$010 Crypto Currencies Good or Evil? 0 1 0 $ 0 1 1 0 1 0 1 0 1 1 0 $ 1 1 1 0 0 1 0 1 What are Crypto-Currencies Crypto-currencies, such as Bitcoin, are digital currencies that rely on cryptographic

More information

Block This Way: Securing Identities using Blockchain

Block This Way: Securing Identities using Blockchain Block This Way: Securing Identities using Blockchain James Argue, Stephen Curran BC Ministry of Citizens Services February 7, 2018 The Identity on the Internet Challenge The Internet was built without

More information

Blockchain in Healthcare

Blockchain in Healthcare Blockchain in Healthcare Presented to the Kentucky HFMA Chapter Tom Skoog, Principal July 19, 2018 What are Blockchain and Bitcoin and How Can They Be Used? Bitcoin and Blockchain - - what s the difference

More information

Deloitte EMEA Blockchain Lab Hungarian National Bank April 20 th, 2018

Deloitte EMEA Blockchain Lab Hungarian National Bank April 20 th, 2018 Deloitte EMEA Blockchain Lab Hungarian National Bank April 20 th, 2018 Blockchain Basics Use Case Examples Financial Services Regulatory Overview 2 Copyright Deloitte EMEA Blockchain Lab A decentralized,

More information

Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation

Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation Miguel Pincheira Caro, Muhammand Salek Ali, Massimo Vecchio and Raffaele Giaffreda Agenda What is a Blockchain?

More information

chainfrog WHAT ARE SMART CONTRACTS?

chainfrog WHAT ARE SMART CONTRACTS? chainfrog WHAT ARE SMART CONTRACTS? WHAT ARE SMART CONTRACTS AND WHERE AND WHY WOULD YOU USE THEM A question I get asked again and again at lectures and conferences is, what exactly are smart contracts?

More information

Loyalty program on the Credits blockchain platform Building a program with blockchain and smart contracts. Issuing tokens as loyalty points.

Loyalty program on the Credits blockchain platform Building a program with blockchain and smart contracts. Issuing tokens as loyalty points. Loyalty program on the Credits blockchain platform Building a program with blockchain and smart contracts. Issuing tokens as loyalty points. Disadvantages of the current loyalty programs Complicated procedure

More information

Blockchain and the possible impact on testing. New technology needs new testing?

Blockchain and the possible impact on testing. New technology needs new testing? Specialisten in vooruitgang Blockchain and the possible impact on testing. New technology needs new testing? Jeroen Rosink TestCon Vilnius October 18 th 2018 Software testen Business Process Transformation

More information

For insurers Blockchain is the new black

For insurers Blockchain is the new black For insurers Blockchain is the new black Navigating the hype and understanding threats and opportunities September 20 Customer Centricity Dr. Magdalena Ramada (WTW Research and Innovation Center) 20 Willis

More information

Blockchain + Real Estate

Blockchain + Real Estate Blockchain + Real Estate The Blockchain Tech Stack [1]: Preethi Kasireddy, https://hackernoon.com/bitcoin-ethereum-blockchain-tokens-icos-why-should-anyone-care-890b868cec06 What s a blockchain? "The

More information

/// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL

/// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL WHITE PAPER /// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL Blockchain is dominating digital transformation conversations within financial services and other sectors seeking to overhaul high-inertia/high-cost

More information

Introduction to Blockchain Technology

Introduction to Blockchain Technology Introduction to Blockchain Technology Current Trends in Artificial Intelligence Volker Strobel PhD student @ IRIDIA 23 February 2017 Part I: Bitcoin: Idea, Basics, Technology Part II: Altcoins, Use cases,

More information

an introduction to Blockchain Technology

an introduction to Blockchain Technology an introduction to Blockchain Technology PETER LANGELA send a photo over the internet send a photo over the internet copy send a photo over the internet X copy X send money over the internet send money

More information

November 2018 Abstract

November 2018 Abstract etxcoin@outlook.com November 2018 Abstract A purely peer-to-peer version of electronic cash scalable and friendly to use would allow online payments to be sent directly from one party to another without

More information

XWIN CryptoBet SUMMARY

XWIN CryptoBet SUMMARY XWIN CryptoBet SUMMARY XWIN is a transparent betting platform for sporting and other events with revenue sharing using the decentralized smart contracts on the Ethereum blockchain. The unprecedented development

More information

EXCHANGE INFINITE. Website: Note : This is not a white paper. This is a pre-whitepaper executive summary.

EXCHANGE INFINITE. Website:    Note : This is not a white paper. This is a pre-whitepaper executive summary. EXCHANGE INFINITE Website: www.xinfin.org Email : info@xinfin.org Note : This is not a white paper. This is a pre-whitepaper executive summary. PROBLEM OVERVIEW The state of the world has evolved after

More information

Riding the Blockchain Wave for High Tech

Riding the Blockchain Wave for High Tech Riding the Blockchain Wave for High Tech Abstract Given the disruptive power of blockchain, a growing number of high tech companies are deploying proofs of concept across different enterprise scenarios.

More information

Banking: operation transformation. 15 June 2016

Banking: operation transformation. 15 June 2016 Banking: operation transformation 15 June 2016 Blockchain the transaction makeover 15 June 2016 Luis Pastor Head of IT Consulting and Global Blockchain leader Grant Thornton Spain When the trust relies

More information

BLOCKCHAIN REVOLUTION: Surviving and Thriving in the 2 nd Era of the Internet

BLOCKCHAIN REVOLUTION: Surviving and Thriving in the 2 nd Era of the Internet BLOCKCHAIN REVOLUTION: Surviving and Thriving in the 2 nd Era of the Internet Alex Tapscott TWITTER: @alextapscott Swiss Re January 23 rd, 2017 2016 Don Tapscott and Alex Tapscott. All Rights Reserved.

More information

Edit on Github. Assets. Assets

Edit on Github. Assets. Assets Edit on Github Assets Assets Creating assets The different kinds of assets Sending assets (send) Paying distributions on assets Trading on the decentralized exchange Creating an order Protocol-based trustless

More information

The Blockchain and Cryptoeconomy Current Status and What Should We Do Moving Forward

The Blockchain and Cryptoeconomy Current Status and What Should We Do Moving Forward The Blockchain and Cryptoeconomy Current Status and What Should We Do Moving Forward PD Dr. Sönke Bartling (@soenkeba) Founder Blockchain For Science, Associated research Humboldt Institute for Internet

More information

Blockchains, Smart Contracts (DApps), and Regulation

Blockchains, Smart Contracts (DApps), and Regulation Blockchains, Smart Contracts (DApps), and Regulation A briefing from Coin Center Peter Van Valkenburgh Intro: What is Coin Center and what do we do? OUR SUPPORTERS What we do: Education Policy Research

More information

A distributed platform Patentico Innovations in the field of Intellectual Property

A distributed platform Patentico Innovations in the field of Intellectual Property A distributed platform Patentico Innovations in the field of Intellectual Property Mission of the company Global performance in the field of intellectual property Ecosystem and decentralized platform Solving

More information

Building Blockchain Solutions

Building Blockchain Solutions Provide Authenticity and Trust to all information you create, process, store and distribute Digital Disruption Is Here The application of new digital technologies causes seismic upheavals in all markets:

More information

Blockchains in a Big Data World. Trent McConaghy

Blockchains in a Big Data World. Trent McConaghy Blockchains in a Big Data World Trent McConaghy The modern cloud application stack Applications Processing File System Database Along came Bitcoin The modern cloud application stack with Bitcoin Partly-Decentralized

More information

BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING. Jessica B. Lee, Partner, Advanced Media and Technology

BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING. Jessica B. Lee, Partner, Advanced Media and Technology BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING Jessica B. Lee, Partner, Advanced Media and Technology jblee@loeb.com July 2018 1 Today s Topics Blockchain basics Smart contracts and permissioned

More information

New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow

New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow Q. Scott Kaye, Partner, Rimon Law John Isaza, Information Governance Solutions, LLC AGENDA What is Blockchain? How it works Forming

More information

Blockchain potential implications for the financial industry

Blockchain potential implications for the financial industry Blockchain potential implications for the financial industry June 9 th, 2016 Transform to the power of digital Introduction: Some current trends on the blockchain while the buzz cools down a bit Proof

More information

Introduction p. 1 About This Book p. 1 Foolish Assumptions p. 2 Icons Used in This Book p. 2 Beyond the Book p. 3 Where to Go from Here p.

Introduction p. 1 About This Book p. 1 Foolish Assumptions p. 2 Icons Used in This Book p. 2 Beyond the Book p. 3 Where to Go from Here p. Introduction p. 1 About This Book p. 1 Foolish Assumptions p. 2 Icons Used in This Book p. 2 Beyond the Book p. 3 Where to Go from Here p. 3 Getting Started with Blockchain p. 5 Introducing Blockchain

More information

Applications of blockchain technology within the financial system

Applications of blockchain technology within the financial system Applications of blockchain technology within the financial system Its applications within the financial system beyond Bitcoin are many; hence it has aroused so much interest among banks and other financial

More information

LinkedIn /in/petkanic/

LinkedIn /in/petkanic/ This is the first time in a history of a mankind when we are able to permanently record the history of a mankind. Yes, blockchain is a bubble. And it s going to burst. But that s amazing! Because only

More information

THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN

THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN Soferox isn t just an exchange. We have created a new style blockchain that is basically Ethereum on steroids. We create a new style of chaining that will

More information

Quality Assurance in Blockchain

Quality Assurance in Blockchain Quality Assurance in Blockchain By Arpan Sarkar, Senior Manager Business Development & Jibendu Narayan Mazumder Associate Director Business Development Cognizant Technology Solutions Abstract Blockchain

More information

F I J I Regional Blockchain TechCamp. April 9th - 11th University of the South Pacific

F I J I Regional Blockchain TechCamp. April 9th - 11th University of the South Pacific Blockchain @Paradise F I J I Regional Blockchain TechCamp April 9th - 11th University of the South Pacific Keynote Introductions Blockchain 1.0 Bitcoin Blockchain 2.0 Ethereum Blockchain Decentralization

More information

THE BLOCKCHAIN DISRUPTION. INSIGHT REPORT on Blockchain prepared by The Burnie Group

THE BLOCKCHAIN DISRUPTION. INSIGHT REPORT on Blockchain prepared by The Burnie Group THE BLOCKCHAIN DISRUPTION INSIGHT REPORT on Blockchain prepared by The Burnie Group NOVEMBER 2017 BUILDING VALUE Business networks create value. The efficiency of business networks is a function of the

More information

WHITEPAPER BLOCKCHAIN DEPLOYMENT & ICO MANAGEMENT

WHITEPAPER BLOCKCHAIN DEPLOYMENT & ICO MANAGEMENT WHITEPAPER BLOCKCHAIN DEPLOYMENT & ICO MANAGEMENT JUNE 2018 Disclaimer The ChainZilla coins being sold as part of the Token Sale are a functional part of the blockchain-driven Blockchain-as-a-service platform

More information

Mobilizing Blockchain Technology for the Automotive Industry Duncan Westland Ernst & Young. #EY_Automotive

Mobilizing Blockchain Technology for the Automotive Industry Duncan Westland Ernst & Young. #EY_Automotive Mobilizing Blockchain Technology for the Automotive Industry Duncan Westland Ernst & Young #EY_Automotive Agenda Blockchain 101: What They Do, How They Work Blockchain Applications: Operations Ecosystems

More information

THE FUTURE OF BLOCKCHAIN WITH IOT. Ama Asare

THE FUTURE OF BLOCKCHAIN WITH IOT. Ama Asare THE FUTURE OF BLOCKCHAIN WITH IOT Ama Asare user-centric, Internet-connected, complex IOT HEADLINES Creepy IoT teddy bear leaks >2 million parents and kids voice messages [2017] IoT gadgets flooded DNS

More information

Blockchain Impact on Architecture & Security. Emanuele Galdi Rome, September 28 th #CWIN17

Blockchain Impact on Architecture & Security. Emanuele Galdi Rome, September 28 th #CWIN17 Blockchain Impact on Architecture & Security Emanuele Galdi Rome, September 28 th #CWIN17 The Blockchain is a lot like sex in high school: everyone is talking about it, nobody really knows how to do it,

More information

EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018)

EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018) EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018) Robert C. Brighton, Jr. Brighton Legal Solutions P.A. rcbrightonbizlaw@gmail.com This

More information

Changing Data Protection: Heading towards a Blockchain-Operated Future

Changing Data Protection: Heading towards a Blockchain-Operated Future SESSION ID: SDS-R02 Changing Data Protection: Heading towards a Blockchain-Operated Future Eugene Aseev Head of Singapore R&D Centre Acronis @toxzique Agenda Blockchain yesterday Background Blockchain

More information

Blockchain Payments for Everyone

Blockchain Payments for Everyone Blockchain Payments for Everyone 01 Mission Mission 01 Mission The Liquidity.Network is a practical blockchain micropayment system, supporting millions of users securely, reducing transaction costs significantly

More information

FinTech Revolution What s ahead? Belvedere Capital Advisor

FinTech Revolution What s ahead? Belvedere Capital Advisor FinTech Revolution What s ahead? Fintech Revolution The crypto currency bubble Reasons for Bear Market 1. Compliance Concerns 2. Lack of tangible applications / mainstream adoption 02 // 23 Fintech Revolution

More information

Blockchain for financials

Blockchain for financials Blockchain for financials An introduction to core functionality October 2017 What is a blockchain (or distributed ledger)? A distributed ledger is a system that allows parties who don t fully trust each

More information

IEW. OINT OF NOTHER ROM BLOCKCHAIN 101 // EXECUTIVE DECK. Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina

IEW. OINT OF NOTHER ROM BLOCKCHAIN 101 // EXECUTIVE DECK. Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina // Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina // T + 54 11 5352 1259 hi @ atixlabs.com // www.atixlabs.com ROM NOTHER OINT OF IEW. BLOCKCHAIN 101 // EXECUTIVE DECK > IT S NOT

More information

Blockchain 101. Blockchain in Digital Marketing and Media Industry. An esatya Initiative. The Rumsan Group.

Blockchain 101. Blockchain in Digital Marketing and Media Industry. An esatya Initiative. The Rumsan Group. Blockchain 101 Blockchain in Digital Marketing and Media Industry An esatya Initiative The Rumsan Group How I discovered Blockchain? Santosh Shrestha Founder, Rumsan Group Left RBS Budhanilkantha School

More information

APPLE BLOCKCHAIN COIN

APPLE BLOCKCHAIN COIN APPLE COIN www.apcoin.co APPLE BLOCKCHAIN COIN The world s advanced blockchain based platform with Secure, Fast and Infinite Opportunities. WHITEPAPER THE NEXT GLOBAL PAYING WHITEPAPER Introduction APPLE

More information

Blockchain Applications Are Coming to The Enterprise

Blockchain Applications Are Coming to The Enterprise A JITTERBIT & MAGNET360 WHITEPAPER Blockchain Applications Are Coming to The Enterprise Table of Contents Introduction... 2 What is Blockchain?... 3 New Form of Digital Trust... 5 A Medium of Exchange...

More information

Blockchain and Internet of Things: Why a Perfect Match. Fabio Antonelli - Head of FBK - CREATE-NET Research Center

Blockchain and Internet of Things: Why a Perfect Match. Fabio Antonelli - Head of FBK - CREATE-NET Research Center Blockchain and Internet of Things: Why a Perfect Match Fabio Antonelli - fantonelli@fbk.eu Head of OpenIoT@ FBK - CREATE-NET Research Center About me Fabio Antonelli Head of OpenIoT Research Unit in FBK

More information

Blockchain: Programming And Technology Guide 2 In 1 By Charles Jensen READ ONLINE

Blockchain: Programming And Technology Guide 2 In 1 By Charles Jensen READ ONLINE Blockchain: Programming And Technology Guide 2 In 1 By Charles Jensen READ ONLINE Want To Know How You Can Benefit From Blockchain? Are You Guide To Blockchain Technology And Leveraging Blockchain Programming.

More information

Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel

Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel Presenting a live 90-minute webinar with interactive Q&A Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel Leveraging Distributed Ledger Technology in Healthcare, Protecting

More information

Mission & Vision. bankex.com

Mission & Vision. bankex.com Business Plan Mission & Vision BANKEX Proof-of-Asset protocol (PoA) is a standard that enables a new generation of assets and contracts creating decentralized capital markets. We are building Internet

More information

This article was first published in IOTA e-book "Disruptive Business Models Challenges and Opportunities"

This article was first published in IOTA e-book Disruptive Business Models Challenges and Opportunities REVENUE AGENCIES This article was first published in IOTA e-book "Disruptive Business Models Challenges and Opportunities" Most revenue agencies have been following blockchain s emergence, from the fringes

More information

Certified Program in Blockchain Technology & Management

Certified Program in Blockchain Technology & Management Certified Program in Blockchain Technology & Management 4 Months Weekend Learning Projects & Case Studies An exhaustive Blockchain program designed to produce super-qualified leaders in this emerging technological

More information

Ruschlikon embraces Blockchain technology

Ruschlikon embraces Blockchain technology ACORD Meets Blockchain 9 th February 2017 Ruschlikon embraces Blockchain technology Régis DELAYAT SCOR, Senior Digital Advisor to the Chairman Ruschlikon, Chair Agenda 1 Overview of the Ruschlikon initiative

More information

4/19/2017 BLOCKCHAINS PRACTICES IN THE BRAVE NEW WORLD. BLOCKCHAIN AND ACCOUNTANCY: A Smart Combination? Martijn Siebrand. Agenda.

4/19/2017 BLOCKCHAINS PRACTICES IN THE BRAVE NEW WORLD. BLOCKCHAIN AND ACCOUNTANCY: A Smart Combination? Martijn Siebrand. Agenda. BLOCKCHAINS PRACTICES IN THE BRAVE NEW WORLD BLOCKCHAIN AND ACCOUNTANCY: A Smart Combination? Martijn Siebrand Agenda Introduction Fintech-Blockchain focus Aim of the session: Accountancy To inform Innovation

More information

Beyond Bitcoin: Potential Impact of Blockchain on Physical Commodities and Derivatives. Presented By:

Beyond Bitcoin: Potential Impact of Blockchain on Physical Commodities and Derivatives. Presented By: Beyond Bitcoin: Potential Impact of Blockchain on Physical Commodities and Derivatives Presented By: David T. McIndoe, Eversheds Sutherland (US) LLP Michael Prokop, Deloitte & Touche, LLP Kevin K. Batteh,

More information

2) Financials 6 2.1) ICO 6 2.2) Fees 8. 3) Roadmap 10

2) Financials 6 2.1) ICO 6 2.2) Fees 8. 3) Roadmap 10 Table of Contents 1) Introduction 2 1.1) Benefits of a Decentralized Exchange 2 1.2) Why Tron? 4 1.3) TronWatch Market 4 1.4) Market Opportunity 4 1.5) About TronWatch 5 2) Financials 6 2.1) ICO 6 2.2)

More information

The Time is now EPOS. Everything is Possible A new era has started. Don t pass it. It s your chance to make a change!

The Time is now EPOS. Everything is Possible A new era has started. Don t pass it. It s your chance to make a change! The Time is now EPOS Everything is Possible A new era has started. Don t pass it. It s your chance to make a change! Blockchain technology will revolutionize payments and much more. So look for a way how

More information

Introduction to Blockchain

Introduction to Blockchain Introduction to Blockchain with focus on Energy June 1 st 2018 Tony Giroti tony@energy-blockchain.org Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org

More information

NEOGOLD whitepaper NEOGOLD NEOGOLD

NEOGOLD whitepaper NEOGOLD NEOGOLD whitepaper ABSTRACT Thank you for taking your time to read this whitepaper for the Neo-Gold project. The information herein was simplified to make it understandable for both experts and novice in the cryptocurrency

More information

INTRODUCTION BLOCKCHAIN TECHNOLOGIES. Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer

INTRODUCTION BLOCKCHAIN TECHNOLOGIES. Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer INTRODUCTION BLOCKCHAIN TECHNOLOGIES Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer BLOCKCHAIN RAISES MANY QUESTIONS What is this "blockchain" stuff that everybody is talking about? Concrete examples

More information

Blockchain Overview. Amr Eid Cloud Architect, Cloud Platform, MEA

Blockchain Overview. Amr Eid Cloud Architect, Cloud Platform, MEA Blockchain Overview Amr Eid Cloud Architect, Cloud Platform, MEA amreid@eg.ibm.com History Business / Academic 1991: The first crypto secured chain of blocks How to time-stamp a digital document Bitcoin

More information

The Blockchain Identity

The Blockchain Identity Innovation and Cryptoventures The Blockchain Identity Campbell R. Harvey Duke University and NBER Revised January 19, 2018 3 Blockchain is a technology There is no the blockchain blockchain is a technology.

More information

REAL DECENTRALIZED BETTING PLATFORM

REAL DECENTRALIZED BETTING PLATFORM REAL DECENTRALIZED BETTING PLATFORM C O N T E N T S 1. Executive Summary 1.1 Introduction 1.2 Betting World Today 1.3 The Problem & Challenges 2. The BET Network Platform 2.1 Hosting Betting Events for

More information

Smart Investment Platform

Smart Investment Platform Smart Investment Platform ICOTIN Platform enables teams to raise funds for projects via token sales to Investors. ICOTIN provides turnkey solutions for Initial Coin Offerings (ICO) with customizations

More information

Digital Evolution and overcoming business ethical dilemmas

Digital Evolution and overcoming business ethical dilemmas Digital Evolution and overcoming business ethical dilemmas Nii N. Quaynor, Ghana Dot Com, Accra, Ghana At ACCA Africa Member Convention, Addis Ababa, 6 December 2017 1 Digital Evolution Computer science

More information

Alexandros Fragkiadakis, FORTH-ICS, Greece

Alexandros Fragkiadakis, FORTH-ICS, Greece Alexandros Fragkiadakis, FORTH-ICS, Greece Outline Trust management and trust computation Blockchain technology and its characteristics Blockchain use-cases for IoT Smart contracts Blockchain challenges

More information

Decrypting Blockchain Technology: Basic Concepts & Legal Issues

Decrypting Blockchain Technology: Basic Concepts & Legal Issues Decrypting Blockchain Technology: Basic Concepts & Legal Issues The blockchain is a global spreadsheet -- an incorruptible digital ledger of economic transactions that can be programmed to record not just

More information

Trust In Blockchain & Media Challenges and Solutions. Phil Gomes SVP, U.S. B2B Digital Edelman

Trust In Blockchain & Media Challenges and Solutions. Phil Gomes SVP, U.S. B2B Digital Edelman Trust In Blockchain & Media Challenges and Solutions Phil Gomes SVP, U.S. B2B Digital Edelman Agenda Discuss major findings of the 2018 Edelman Trust Barometer Focus on the faint signals in terms of trust

More information

Global Financial Systems Chapter 21 Technology

Global Financial Systems Chapter 21 Technology Global Financial Systems Chapter 21 Technology Jon Danielsson London School of Economics 2018 To accompany Global Financial Systems: Stability and Risk http://www.globalfinancialsystems.org/ Published

More information