Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Update of Interledger Protocol(インターレジャープロトコルの最新事情)

Update of Interledger Protocol(インターレジャープロトコルの最新事情)

■内容:
Provide an update on the growing Interledger (now almost 20 nodes) and
Codius host (over 500 hosts) networks showing some demos of how to deploy a Codius contract
and make and receive payments using Interledger.

成長中のインターレジャー(現在はほぼ20ノード)とCodiusホスト(500ホスト以上)のネットワーク上でのデモプレゼンテーションおよびインターレジャーを使用したCodiusのコントラクトのデプロイ、送金方法の説明

■Auther:
Mr. Adrian hope Bailie

■Career:
An engineer with deep experience in payments, distrubuted systems and technical standards. He has recently joined Coil as Head of Interledger, after 3 years at Ripple where he was part of the team that developed the Interledger protocol. He is currently the Co-chair of the Web Payments Working Group at W3C.

■略歴:
元Ripple・現Coil Head developper 、World Wide Web Consortium(ワールド・ワイド・ウェブ・コンソーシアム)Web Payments Working Group「Interledger Payment Method」Organizer

More Decks by 日本インターレジャーユーザ会(interledgerusersjapan)

Other Decks in Technology

Transcript

  1. Agenda 1. Project: Who’s working on Interledger 2. Background: How

    Interledger Works 3. Today: Who’s using Interledger? 4. Demos: Streaming Payments 5. Interledger Opportunities
  2. Interledger Project Invented at Ripple, Developed as a Standalone Open

    Project Open Protocol Community Group @ W3C 300+ Contributors Banks Central banks Payments companies Tech giants Consulting companies Blockchain companies
  3. Agenda 1. Project: Who’s working on Interledger 2. Background: How

    Interledger Works 3. Today: Who’s using Interledger? 4. Demos: Streaming Payments 5. Interledger Opportunities
  4. Interledger Architecture ILP BLOCKCHAINS BANKS MOBILE MONEY DIGITAL WALLETS Interledger

    Ledger Transport IPR STREAM Application SPSP HTTP-ILP PAYTORRENT
  5. Core: Packet, Address Format, and Request/Response Pattern IP Address: 127.0.0.1

    196.128.3.24 ILP Address g.africa g.africa.open.WDZ_h_cZmSgmWrwf1VQDyirtQhgPnU8xOx6gbpuEOfs IP an IL ad s ar e r ca IL ad s p e un te
  6. Core: Packet, Address Format, and Request/Response Pattern IP Packet ILP

    Packets Payload Destination Address Source Address Request Payload Destination Address Condition Response Payload Fulfillment Error Payload Error Code
  7. Agenda 1. Project: Who’s working on Interledger 2. Background: How

    Interledger Works 3. Today: Who’s using Interledger? 4. Demos: Streaming Payments 5. Interledger Opportunities
  8. DEMO CLI Tools $ npm install ilp $ DEBUG=ilp node

    > const ilp = require(‘ilp’) > ilp.pay(1000, ‘$example.com/bob’) .then(console.log) .catch(console.error) > .exit