From 5fbf15ba021fa1a57d387959c057b25754d73366 Mon Sep 17 00:00:00 2001 From: Infominer Date: Sun, 5 Jan 2020 19:44:26 -0500 Subject: [PATCH] fix broken links --- _posts/blockchain/2019-03-11-bitcoin.md | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/_posts/blockchain/2019-03-11-bitcoin.md b/_posts/blockchain/2019-03-11-bitcoin.md index 5dac0e21..aa2de1ed 100644 --- a/_posts/blockchain/2019-03-11-bitcoin.md +++ b/_posts/blockchain/2019-03-11-bitcoin.md @@ -22,7 +22,7 @@ last_modified_at: 2019-07-11T11:22:33-23:00

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
-
Introduction to Ion – a layer 2 network for Decentralized Identifiers with Bitcoin - Daniel Buchner from SSIMeetup
+
Introduction to Ion – a layer 2 network for Decentralized Identifiers with Bitcoin - Daniel Buchner from SSIMeetup
{% include video id="agPVWVe0p3Q" provider="youtube" %} @@ -32,32 +32,32 @@ last_modified_at: 2019-07-11T11:22:33-23:00 ## BTCR -* /w3c-ccg/didm-btcr - WORK ITEM: BTCR DID Method Spec -* did:btcr: - [BTCR DID Method](https://w3c-ccg.github.io/didm-btcr/) +* [BTCR DID Method](https://w3c-ccg.github.io/didm-btcr/) - [source](https://github.com/w3c-ccg/didm-btcr) - 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 tx conversion playground](https://weboftrustinfo.github.io/btcr-tx-playground.github.io/) -* /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) +* [/WebOfTrustInfo/btcr-tx-playground.github.io](https://github.com/WebOfTrustInfo/btcr-tx-playground.github.io) +* [/WebOfTrustInfo/btcr-did-tools-js](https://github.com/WebOfTrustInfo/btcr-did-tools-js) +* [/WebOfTrustInfo/btcr-hackathon](https://github.com/WebOfTrustInfo/btcr-hackathon) - Virtual hackathon to create spec and code for Bitcoin-based Decentralized Identifiers (DIDs) ## Bitnation -* [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)] +* [Bitnation taps Blockchain tech to aid Refugees](https://www.newsbtc.com/2015/09/09/bitnation-taps-blockchain-tech-to-aid-refugees/) * [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. ## 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." +[Spidchain](http://www.spidchain.com/) +[Whitepaper](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." ### Spidchain Bitcoin Repos -* /SpidChain/spidchain-btcr - An implementation of the btcr standard for self sovereign distributed digital identity -* /SpidChain/electrumx Forked from kyuupichan/electrumx +* [/SpidChain/spidchain-btcr](https://github.com/SpidChain/spidchain-btcr) - An implementation of the btcr standard for self sovereign distributed digital identity +* [/SpidChain/electrumx](https://github.com/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 +* [/SpidChain/btcr-spv](https://github.com/SpidChain/btcr-spv) - Poc of an SPV implementation of BTCR +* [/SpidChain/satoshis-wheel-of-fortune](https://github.com/SpidChain/satoshis-wheel-of-fortune) - Pick a name from a list randomly in a provably honest way +* [/SpidChain/txref-conversion-js](https://github.com/SpidChain/txref-conversion-js) - Forked from [WebOfTrustInfo/txref-conversion-js](https://github.com/WebOfTrustInfo/txref-conversion-js) - Javascript library for converting txids to txrefs and back