mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
3.7 KiB
3.7 KiB
title | layout | classes | toc | permalink | redirect_from |
---|---|---|---|---|---|
Bitcoin Identity Standards and Applications | single | wide | false | id-initiatives/bitcoin/ | id-initiatives/bitcoin |
Contents
BTCR
- /w3c-ccg/didm-btcr - WORK ITEM: BTCR DID Method Spec
- did:btcr: - 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.
- btcr tx conversion playground
RWot BTCR
- /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)
Bitnation
- Bitnation taps Blockchain tech to aid Refugees[^]
- 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.
Spidchain
- Spidchain [wp]
- "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