decentralized-id.github.io/_pages/id-initiatives/bitcoin.md

53 lines
3.7 KiB
Markdown
Raw Normal View History

2019-03-28 23:40:33 +00:00
---
title: Bitcoin Identity Standards and Applications
layout: single
classes: wide
toc: false
2019-04-12 03:04:31 +00:00
permalink: id-initiatives/bitcoin/
redirect_from: id-initiatives/bitcoin
2019-03-28 23:40:33 +00:00
---
2019-03-11 09:09:57 +00:00
![](https://i.imgur.com/q32lAXY.png)
2019-03-16 02:11:47 +00:00
## Contents
2019-03-29 02:32:52 +00:00
* [BTCR](#btcr)
* [RWoT BTCR](#rwot-btcr)
2019-03-16 02:11:47 +00:00
* [Bitnation](#bitnation)
* [Spidchain](#spidchain)
2019-03-16 18:59:24 +00:00
2019-03-16 02:11:47 +00:00
2019-03-16 03:25:19 +00:00
### BTCR
* <a href="https://github.com/w3c-ccg/didm-btcr" target="_blank">/w3c-ccg/didm-btcr</a> - WORK ITEM: BTCR DID Method Spec
* did:btcr: - [BTCR DID Method](https://w3c-ccg.github.io/didm-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 tx conversion playground](https://weboftrustinfo.github.io/btcr-tx-playground.github.io/)
2019-03-28 23:40:33 +00:00
### RWot BTCR
2019-03-16 03:25:19 +00:00
* <a href="https://github.com/WebOfTrustInfo/btcr-tx-playground.github.io" target="_blank">/WebOfTrustInfo/btcr-tx-playground.github.io</a>
* <a href="https://github.com/WebOfTrustInfo/btcr-did-tools-js" target="_blank">/WebOfTrustInfo/btcr-did-tools-js</a>
* <a href="https://github.com/WebOfTrustInfo/btcr-hackathon" target="_blank">/WebOfTrustInfo/btcr-hackathon</a> - Virtual hackathon to create spec and code for Bitcoin-based Decentralized Identifiers (DIDs)
2019-03-16 02:11:47 +00:00
## Bitnation
2019-03-11 09:09:57 +00:00
* [Bitnation taps Blockchain tech to aid Refugees](https://www.newsbtc.com/2015/09/09/bitnation-taps-blockchain-tech-to-aid-refugees/)[[**^**](#Bitnation-and-the-United-Nations)]
* [BTCR DID Method](https://w3c-ccg.github.io/didm-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.
2019-03-14 01:30:10 +00:00
## Spidchain
* [Spidchain](http://www.spidchain.com/) [[**wp**](https://drive.google.com/file/d/0B89WE3IIHmy1Z0ZSSWVmVEtaaG8/view)]
* "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."
2019-03-14 02:46:50 +00:00
2019-03-28 23:40:33 +00:00
### Spidchain Bitcoin Repos
2019-03-14 01:30:10 +00:00
* <a href="https://github.com/SpidChain/spidchain-btcr" target="_blank">/SpidChain/spidchain-btcr</a> - An implementation of the btcr standard for self sovereign distributed digital identity
* <a href="https://github.com/SpidChain/electrumx" target="_blank">/SpidChain/electrumx</a> Forked from kyuupichan/electrumx
- Alternative implementation of spesmilo/electrum-server
* <a href="https://github.com/SpidChain/btcr-spv" target="_blank">/SpidChain/btcr-spv</a> - Poc of an SPV implementation of BTCR
* <a href="https://github.com/SpidChain/satoshis-wheel-of-fortune" target="_blank">/SpidChain/satoshis-wheel-of-fortune</a> - Pick a name from a list randomly in a provably honest way
* <a href="https://github.com/SpidChain/txref-conversion-js" target="_blank">/SpidChain/txref-conversion-js</a> - Forked from WebOfTrustInfo/txref-conversion-js
- Javascript library for converting txids to txrefs and back