reorganization categories

This commit is contained in:
⧉ infominer 2023-03-31 22:36:35 +05:30
parent a3779e9ee2
commit 1fe575d92e
22 changed files with 197 additions and 29 deletions

View file

@ -14,8 +14,8 @@ redirect_from:
- blockchain/bitcoin
- id-initiatives/bitcoin/
- id-initiatives/bitcoin
categories: ["Blockchain"]
tags: ["Bitcoin","Microsoft","ION","BTCR","XDI","W3C","Ethereum","Rebooting WoT"]
categories: ["Blockchain Based"]
tags: ["Bitcoin","Blockchain","Microsoft","ION","BTCR","XDI","W3C","Ethereum","Rebooting WoT"]
last_modified_at: 2020-01-07
---

View file

@ -9,7 +9,7 @@ header:
teaser: /images/blockchain-Tumisu_3019121.webp
layout: single
permalink: /blockchain/
categories: ["Blockchain","Literature"]
categories: ["Blockchain Based","Literature"]
tags: ["uPort","GDPR","Authenteq","Blockstack","Civic","Microsoft","Datum","ProCivis"]
last_modified_at: 2020-11-10
toc: false

View file

@ -8,7 +8,7 @@ layout: single
header:
image: /images/blockstack_header.webp
teaser: /images/blockstack_teaser.webp
categories: ["Companies"]
categories: ["Blockchain Based"]
tags: ["Blockstack","Bitcoin","DID","Blockchain"]
permalink: blockchain/blockstack/
toc: false

View file

@ -1,50 +0,0 @@
---
date: 2020-11-10
title: Handshake
description: Handshake is public blockchain that will serve as a global list of top-level domain names.
excerpt: >
Handshake is a UTXO-based blockchain protocol which manages the registration, renewal and transfer of DNS top-level domains (TLDs). Our naming protocol differs from its predecessors in that it has no concept of namespacing or subdomains at the consensus layer. Its purpose is not to replace DNS, but to replace the root zone file and the root servers.
layout: single
header:
image: /images/handshake-header.webp
teaser: /images/handshake_teaser.webp
categories: ['Blockchain']
tags: ['DNS',"Handshake"]
permalink: blockchain/handshake/
last_modified_at: 2020-11-10
toc: false
---
**[Website](https://handshake.org) • [WhitePaper](https://handshake.org/files/handshake.txt) • [Docs](https://handshake-org.github.io/) • [Twitter](https://twitter.com/hns) • [Github](https://github.com/handshake-org) • [Hacker News](https://news.ycombinator.com/item?id=17673922)**
* [The Case for Handshake - A Compelling Bid to Decentralize Domain Names](https://medium.com/amentum/the-case-for-handshake-9b0af0d989fe) by Steven McKie
> Handshake is public blockchain that will serve as a global list of top-level domain names. By pointing your browser to resolve requests via the Handshake network instead of at your local DNS resolving server, youll essentially be looking up websites IP addresses on the Handshake blockchain, instead of those maintained on DNS resolvers that are centralized.
* [Everything You Didnt Know About the Handshake Naming System](https://hackernoon.com/everything-you-didnt-know-about-the-handshake-naming-system-how-this-blockchain-project-will-483464309f33)
> Many fail to realize that DNS is already decentralized, with the exception of a single, critical component, of which trust is centralized: the root zone, or simply, a collection of top level domains (TLDs). And this trust anchor is kept by a small federation of authoritative bodies, where ICANN is currently the ultimate authority.
>
> Certificate Authorities in the DNS network constructed the way it is today are the trusted stewards for the operation of the Internet. These stewards, as explained in the project paper, are profit-maximizing entities. Meaning, ICANN has no altruistic incentive to act honestly, yet has every incentive to maintain its natural monopoly over the riches that come with governing a critical layer of the Internet.
* [Handshake Whitepaper](https://namebase.io/handshake-whitepaper/)
> The foundation for the internet's security has relied upon trusted Certificate Authorities (CAs) which attest that a user is connecting to the correct server or node.1 This has created a reliance upon a handful of trusted actors, many of whom are for-profit corporations or other actors who may not have long-term incentive towards stewardship of the internet. The net-effect is a "1-of-m multisig" whereby if any one of the trusted CAs fail, the entire security of the internet fails. This failure has occurred and will continue to occur with the trusted-CA design, with catastrophic risks as more and more infrastructure becomes networked.
* [Handshake, ENS and Decentralized Naming Services Explained](https://medium.com/tokendaily/handshake-ens-and-decentralized-naming-services-explained-2e69a1ca1313)
> The DNS database is large but the distributed nature of the blockchain could store information on millions of devices globally. With the information being stored and with the right consensus mechanism, we can avoid the reason to trust back-end servers to resolve queries. From a security perspective, we could mitigate most attacks by resolving to the immutable blockchain.
### Repositories
* [handshake-org/hsd](https://github.com/handshake-org/hsd) - Handshake Daemon & Full Node
* [handshake-org/hs-client](https://github.com/handshake-org/hs-client) - REST, websocket, and RPC client for hsd
* [handshake-org/urkel](https://github.com/handshake-org/urkel) - Cryptographically provable database (i.e. an urkel tree)
* [handshake-org/goosig](https://github.com/handshake-org/goosig) - Anonymous RSA signatures
* [handshake-org/handshake-org.github.io](https://github.com/handshake-org/handshake-org.github.io) - Handshake developer documentation site
* [handshake-org/hnsd](https://github.com/handshake-org/hnsd) - Handshake SPV name resolver
* [handshake-org/hs-miner](https://github.com/handshake-org/hs-miner) - Mining infrastructure for handshake
* [handshake-org/hs-airdrop](https://github.com/handshake-org/hs-airdrop) - Decentralized airdrop to open source developers
* [handshake-org/hs-names](https://github.com/handshake-org/hs-names) - Pre-reserved Handshake Names
* [handshake-org/hs-tree-data](https://github.com/handshake-org/hs-tree-data)
* [handshake-org/hdns](https://github.com/handshake-org/hdns) - Handshake-capable DNS module for node.js
* [handshake-org/bcuckoo](https://github.com/handshake-org/bcuckoo) - Cuckoo Cycle in pure javascript
* [handshake-org/faucet-tool](https://github.com/handshake-org/faucet-tool) - A tool to generate mnemonic seeds, keys and addresses for the Handshake Faucet
* [handshake-org/hndshkBot](https://github.com/handshake-org/hndshkBot) - IRC Bot for developer faucet
* [handshake-org/libhns](https://github.com/handshake-org/libhns) -C library for resolving handshake names (fork of c-ares)

View file

@ -8,8 +8,8 @@ header:
teaser: /images/veres_one-teaser.webp
layout: single
permalink: /blockchain/veres-one/
categories: ["Blockchain"]
tags: ["Veres One","Verifiable Credentials","DID","Digital Bazaar","Veres One Community Group","W3C"]
categories: ["Blockchain Based"]
tags: ["Blockchain","Veres One","Verifiable Credentials","DID","Digital Bazaar","Veres One Community Group","W3C"]
last_modified_at: 2020-11-10
toc: false
---

View file

@ -7,14 +7,13 @@ excerpt: >
layout: single
permalink: blockchain/ontology/
canonical_url: 'https://decentralized-id.com/blockchain/ontology/'
categories: ["Companies"]
tags: ["Ontology","Ethereum","NEO","Polkadot","Microsoft","Consensys","Verifiable Credentials","Universal Resolver"]
categories: ["Blockchain Based"]
tags: ["Blockchain","Ontology","Ethereum","NEO","Polkadot","Microsoft","Consensys","Verifiable Credentials","Universal Resolver"]
header:
image: /images/ontology_header.webp
teaser: /images/ontology_teaser.webp
last_modified_at: 2020-11-11
toc: true
# •
---
**[Website](https://ont.io/) • [Onto.App](https://onto.app) • [OoDApp](https://oodapp.io/) • [Blog](https://medium.com/ontologynetwork) • [GitHub](https://github.com/ontio/) • [Telegram](https://t.me/OntologyNetwork) • [Telegram Ann](https://t.me/OntologyAnnouncements) • [Twitter](https://twitter.com/OntologyNetwork) • [Youtube](https://www.youtube.com/channel/UCXzLZJgDglAWRU0b2GOa7pA) • [Linkedin](https://www.linkedin.com/company/ontology-network-official/) • [Discord](https://discordapp.com/invite/pQRHtbD) • [Reddit](https://www.reddit.com/r/OntologyNetwork/)**

View file

@ -9,6 +9,7 @@ excerpt: >
layout: single
permalink: blockchain/iota-foundation/
canonical_url: 'https://decentralized-id.com/blockchain/iota-foundation/'
category: ["Blockchain Based"]
tags: ["IOTA","Blockchain","Dark Matter Labs","Eclipse"]
header:
image: /images/iota-identity.webp

View file

@ -8,7 +8,7 @@ layout: single
toc: false
permalink: blockchain/cosmos/
canonical_url: 'https://decentralized-id.com/blockchain/cosmos/'
categories: ["Blockchain"]
categories: ["Blockchain Based"]
tags: ["Cosmos","oCap","Commercio"]
last_modified_at: 2020-11-19
header:

View file

@ -15,7 +15,7 @@ redirect_from:
- id-initiatives/ethereum/
- ethereum.html
- ethereum/
categories: ["Ethereum"]
categories: ["Blockchain Based"]
tags: ["Ethereum","Jolocom","Transmute","uPort","3box","Verifiable Credentials","OASIS","Microsoft","Consensys","Enterprise Ethereum Alliance","ERC725","Nuggets"]
last_modified_at: 2020-11-05

View file

@ -11,7 +11,7 @@ header:
permalink: /blockchain/ethereum/repositories/
redirect_from: /ethereum/id-github/
canonical_url: 'https://decentralized-id.com/blockchain/ethereum/repositories/'
categories: ["Ethereum","Code"]
categories: ["Code"]
tags: ["Ethereum","Jolocom","uPort","Consensys","Universal Resolver"]
last_modified_at: 2019-07-11

View file

@ -15,7 +15,7 @@ canonical_url: 'https://decentralized-id.com/blockchain/ethereum/cryptonomica/'
redirect_from:
- id-initiatives/ethereum/cryptonomica
- id-initiatives/ethereum/cryptonomica/
categories: ["Companies","Ethereum"]
categories: ["Blockchain Based"]
tags: ["Ethereum","PGP","Blockchain"]
last_modified_at: 2019-07-11

View file

@ -8,7 +8,7 @@ header:
image: /images/uport.webp
caption: "[Releasing uPort Libraries 1.0](https://medium.com/uport/releasing-uport-developer-platform-1-0-97d6f70c5e4a)"
teaser: /images/uport-teaser.webp
categories: ["Companies","Ethereum"]
categories: ["Blockchain Based"]
tags: ["Ethereum","Credentials Community Group","GDPR","DID","DIDComm","Consensys","Verifiable Credentials","uPort","Zug","GLEIF","PWC","Onfido","DIF","uPortlandia","Switzerland"]
redirect_from:
- id-initiatives/ethereum/uport

View file

@ -10,7 +10,7 @@ layout: single
author_profile: false
permalink: /blockchain/3box/
canonical_url: 'https://decentralized-id.com/blockchain/3box/'
categories: ["Companies","Ethereum"]
categories: ["Blockchain Based"]
tags: ["Ethereum","DIF","3box","uPort","Verifiable Credentials","IPID"]
last_modified_at: 2020-11-05
toc: false

View file

@ -7,8 +7,8 @@ excerpt: >
header:
image: /images/consensys-header.webp
teaser: /images/consensys-teaser.webp
categories: ["Companies","Ethereum"]
tags: ["Consensys","Zug","uPort","DIF","uPortlandia","Rebooting WoT"]
categories: ["Blockchain Based","Organizations"]
tags: ["Ethereum","Consensys","Zug","uPort","DIF","uPortlandia","Rebooting WoT"]
permalink: blockchain/ethereum/consensys/
canonical_url: https://decentralized-id.com/blockchain/ethereum/consensys/
last_modified_at: 2020-11-30