decentralized-id.github.io/_posts/blockchain/bitcoin/2019-03-11-bitcoin.md

11 KiB
Raw Blame History

date title excerpt layout toc header permalink canonical_url redirect_from categories tags last_modified_at
2019-03-11 Bitcoin Identity Standards and Applications The Bitcoin Reference DID method (did:btcr) supports DIDs on the public Bitcoin blockchain. The Bitcoin Reference method has minimal design goals: a DID trust anchor based on the Bitcoin blockchain, updates publicly visible and auditable via Bitcoin transactions, and optionally, additional DID Document information referenced in the transaction OP_RETURN data field. single false
image teaser
/images/btcr-header.webp /images/bitcoin-1813503_madartzgraphics.webp
blockchain/bitcoin/ https://decentralized-id.com/blockchain/bitcoin/
blockchain/bitcoin
id-initiatives/bitcoin/
id-initiatives/bitcoin
Blockchain
Bitcoin
Microsoft
ION
BTCR
XDI
Blockchain
2020-01-07

Panel Discussion on Decentralized Identity at Bitcoin Wednesday

This excellent panel discussion on decentralized identity capped off an evening of presentations during Bitcoin Wednesday held at the Volkshotel in Amsterdam on 7 November, 2018.

  • Martin Riedel of Civic,
  • Orfeas Litos of the University of Edinburgh,
  • Moritz Neto of Tenzorum,
  • Michael Mainelli of Z/Yen and
  • Eric Tang of LivePeer.

Early History in using Bitcoin for Digital Identity

BTCR

BTCR Project - OKim's Razor

BTCR is a Decentralized Identifier (DID) method specification based on the bitcoin blockchain. I helped develop the initial versions of the BTCR method specification and implementations.

Its completely open source, so you can experiment with the BTCR playground (which demonstrates BTCR DID lookup and creation), supporting libraries, and specifications around resolving BTCR DIDs. This is a community effort, and if youd like to be involved, please let me know (@kimdhamilton on twitter). BTCR DID Method Updates by Kim Hamilton Duffy The Bitcoin Reference DID method (did:btcr) is designed as a minimal, secure, and open Decentralized Identifier (DID) method anchored to the Bitcoin blockchain. DIDs are an interoperable locator for identity that does not require permission from anyone else. The BTCR method specifically is fully open source — not tied to a commercial vendor — which makes it a valuable vendor-agnostic demonstration of the emerging DID specification.

![]({{ site.baseurl }}/images/btcr.webp)

  • BTCR DID Methodsource - WORK ITEM: BTCR DID Method Spec did:btcr:
    • The Bitcoin Reference DID method (did:btcr) supports DIDs on the public Bitcoin blockchain. The Bitcoin Reference method has minimal design goals: a DID trust anchor based on the Bitcoin blockchain, updates publicly visible and auditable via Bitcoin transactions, and optionally, additional DID Document information referenced in the transaction OP_RETURN data field. No other Personal Identifiable Information (PII) would be placed on the immutable blockchain.
  • BTCR DID Resolver Specification

    This describes the process of resolving a BTCR DID into a DID Document. The draft reference implementation is available at https://github.com/WebOfTrustInfo/btcr-did-tools-js (see didFormatter.js). Note not all steps described in this document are implemented yet.

    See the BTCR playground for a live demonstration. The BTCR playground uses the draft reference implementation BTCR DID resolver.

  • BTCR DID Method

    The Bitcoin Reference DID method (did:btcr) supports DIDs on the public Bitcoin blockchain. The Bitcoin Reference method has minimal design goals: a DID trust anchor based on the Bitcoin blockchain, updates publicly visible and auditable via Bitcoin transactions, and optionally, additional DID Document information referenced in the transaction OP_RETURN data field. No other Personal Identifiable Information (PII) would be placed on the immutable blockchain.

  • WebOfTrustInfo/btcr-tx-playground.github.io
  • WebOfTrustInfo/btcr-did-tools-js
  • WebOfTrustInfo/btcr-hackathon - Virtual hackathon to create spec and code for Bitcoin-based Decentralized Identifiers (DIDs)
  • BTCR v0.1 Decisions by Kim Hamilton Duffy, Christopher Allen, Dan Pape (01/19)

    The Bitcoin Reference (BTCR) DID method supports DIDs using the Bitcoin blockchain. This method has been under development through Rebooting Web of Trust events and hackathons over the past year. The BTCR method's reliance on the Bitcoin blockchain presents both advantages and design challenges. During RWOT7, the authors made a number of design and implementation decisions -- largely scope-cutting in nature -- in order to lock down a Minimum Viable Product (MVP) version, which we'll refer to as v0.1. This paper documents those decisions, which will apply to the upcoming v0.1 BTCR method specification and associated v0.1 BTCR reference implementation.

  • DIDs Demystified: A hands-on intro to DIDs via the BTCR DID Method Kim Hamilton Duffy Webinar 5

    This talk will demystify Decentralized Identifiers (DIDs) via the simple Bitcoin Reference (BTCR) DID Method. Kim will introduce the basics of DIDs and show how they work in action through demos of the creation/updating and resolution process in BTCR. Well build on this knowledge by discussing advanced features enabled by DIDs, along with a brief survey of other DID methods. By the end of the talk, youll be able to create and resolve your own BTCR DIDs through the live BTCR playground.

  • First XDI Link Contract between "btcr" DID and "sov" DID by Markus Sabadello
DIDs Demystified: A hands-on intro to DIDs via the Bitcoin Reference (BTCR) DID Method

ION

Microsoft is launching the first decentralized infrastructure implementation by a major tech company that is built directly on the bitcoin blockchain.

“To have Microsoft say they are not scared of bitcoin, and in fact, it has some very good properties and we are willing to take advantage of those properties, is, I think, a step in the right direction.”

Introduction to Ion a layer 2 network for Decentralized Identifiers with Bitcoin - Daniel BuchnerVideo

{% include video id="agPVWVe0p3Q" provider="youtube" %}

Spidchain

Spidchain Whitepaper

  • "offers a platform for self-sovereign identity, including desktop and mobile apps for end-users. It uses Decentralized Identifiers (DIDs) - backed by optionally Bitcoin or Ethereum - to implement a marketplace for verifiable claims. The Spidchain applications allow individuals to create, recover, and revoke DIDs, to authenticate, to sign and verify files and claims, and more."

Spidchain Bitcoin Repos