5.7 KiB
date | title | layout | classes | toc | permalink | canonical_url | redirect_from | categories | tags | last_modified_at | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2019-03-11 | Bitcoin Identity Standards and Applications | single | wide | false | blockchain/bitcoin/ | https://decentralized-id.com/blockchain/bitcoin/ |
|
|
|
2019-07-11 |
Bitnation (2015)
BTCR
- BTCR DID Method - source - 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)
ION
I'm excited to share with you an early look at our work on a scalable, open src, permissionless Layer 2 network for Decentralized Identifiers that runs atop Bitcoin, developed and supported by Microsoft as an open public infrastructure for all - meet ION: https://t.co/9TOl8oyEVB
— Daniel Ƀ (@csuwildcat) May 13, 2019
{% include video id="agPVWVe0p3Q" provider="youtube" %}
Spidchain
- "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
- SpidChain/spidchain-btcr - An implementation of the btcr standard for self sovereign distributed digital identity
- SpidChain/electrumx Forked from kyuupichan/electrumx
- Alternative implementation of spesmilo/electrum-server
- SpidChain/btcr-spv - Poc of an SPV implementation of BTCR
- SpidChain/satoshis-wheel-of-fortune - Pick a name from a list randomly in a provably honest way
- SpidChain/txref-conversion-js - Forked from WebOfTrustInfo/txref-conversion-js
- Javascript library for converting txids to txrefs and back