The purpose of a DID Method Specification is to define the following:
The purpose of a DID Method Specification is to define the following:
- DID Identifier Syntax and Construction
- DID Identifier Syntax and Construction
- DID Identifier Query Operators
- DID Identifier Query Operators
- DID Document CRUD Abstract Interface(s)
- DID Document CRUD Abstract Interface(s)
- DID Method Platform Implementation Guidance
- DID Method Platform Implementation Guidance
The Trusted Digital Web (TDW) Decentralized Identifier Name System (TDWNS) DID Method Specification (TDWNS DID Method Specification)
The Web 7.0 Ultraweb Decentralized Identifier Name System (DIDNS) DID Method Specification (Web 7.0 DIDNS DID Method Specification)
defines the end-to-end lifecycle of DID Identifiers and DID Documents for use in the Trusted Digital Web ecosystem.
defines the end-to-end lifecycle of DID Identifiers and DID Documents for use in the Web 7.0 Ultraweb ecosystem.
The Trusted Digital Web (TDW) runs on top of Web 7.0.
Web 7.0 is a secure, message-based, decentralized operating system that underpins a unified software and hardware ecosystem for building resilient, trusted, decentralized systems using decentralized identifiers, DIDComm agents, and verifiable credentials.
Web 7.0 is a secure, message-based, decentralized operating system that underpins a unified software and hardware ecosystem for building resilient, trusted, decentralized systems using decentralized identifiers, DIDComm agents, and verifiable credentials.
The Web 7.0 Foundation, a federally-incorporated Canadian non-profit organization, is chartered to support, promote, protect, and curate the Web 7.0 ecosystem: operating system software, standards, and specifications; as well as other software and technology projects.
The Web 7.0 Foundation, a federally-incorporated Canadian non-profit organization, is chartered to support, promote, protect, and curate the Web 7.0 ecosystem: operating system software, standards, and specifications; as well as other software and technology projects. The Web 7.0 project is an offspring of the Trusted Digital Web (TDW) project (http://github.com/mwherman2000/TrustedDigitalWeb).
This specification defines the following:
This specification defines the following:
- TDWNS Identifier Syntax and Construction
- DIDNS Identifier Syntax and Construction
- TDWNS Identifier DID Document CRUD Abstract Interface
- DIDNS Identifier DID Document CRUD Abstract Interface
This specification also provides Platform Implementation Guidance to assist Implementors in creating safe and secure TDW apps, agents, services and platforms that are compliant with the TDWNS DID Method Specification.
This specification also provides Platform Implementation Guidance to assist Implementors in creating safe and secure Web 7.0 apps, agents, services and platforms that are compliant with the DIDNS DID Method Specification.
### Out-of-Scope
### Out-of-Scope
The following topics are out-of-scope:
The following topics are out-of-scope:
- Descriptions of any implementation-specific design, implementation, or deployment details for any particular software platform that might support the TDWNS DID Method Namespace.
- Descriptions of any implementation-specific design, implementation, or deployment details for any particular software platform that might support the DIDNS DID Method Namespace.
### Intended Audience
### Intended Audience
The primary audience for this DID Method Specification is Implementors of TDW apps, DIDComm agents, and services; including but not limited to:
The primary audience for this DID Method Specification is Implementors of Web 7.0 apps, DIDComm agents, and services; including but not limited to:
software architects, data modelers, application developers, services developers, testers, operators, and user experience (UX) specialists.
software architects, data modelers, application developers, services developers, testers, operators, and user experience (UX) specialists.
In addition, other people involved in a broad range of standards efforts related to decentralized identity,
In addition, other people involved in a broad range of standards efforts related to decentralized identity,
verifiable credentials, and secure storage may also be interested in reading this specification.
verifiable credentials, and secure storage may also be interested in reading this specification.
### Terminology
### Terminology
- The term TDWNS Identifier is synonymous with the term TDWNS Decentralized Identifier.
- The term DIDNS Identifier is synonymous with the term DIDNS Decentralized Identifier.
- The term TDWNS Identifier DID Document is synonymous with the term TDWNS Decentralized Identifier Document.
- The term DIDNS Identifier DID Document is synonymous with the term DIDNS Decentralized Identifier Document.
- The term TDWNS DID Method Specification is synonymous with the term TDWNS Decentralized Identifier Name System (TDWNS) DID Method Specification..
- The term DIDNS DID Method Specification is synonymous with the term DIDNS Decentralized Identifier Name System (DIDNS) DID Method Specification..
- A compliant TDWNS runtime library is a software library that, in part, implements the TDWNS Identifier DID Document CRUD Abstract Interface in a way that complies with the TDWNS DID Method Specification.
- A compliant DIDNS runtime library is a software library that, in part, implements the DIDNS Identifier DID Document CRUD Abstract Interface in a way that complies with the DIDNS DID Method Specification.
### Conformance
### Conformance
This specification conforms to the requirements specified in the
This specification conforms to the requirements specified in the
published by the W3C Decentralized Identifier Working Group.
published by the W3C Decentralized Identifier Working Group.
### Variations
### Variations
Three (3) variations of the did:ns DID method are currently supported.
Three (3) variations of the did:ns DID method are currently supported.
- TDW DID Name System over DNS (TDWNS/DNS) (reference implementation)
- DID Name System over DNS (DIDNS/DNS) (reference implementation)
- TDW DID Name System over Microsoft Active Directory/Azure Directory Services (TDWNS/AD)
- DID Name System over Microsoft Active Directory/Azure Directory Services (DIDNS/AD)
- TDW DID Name System over X.500/LDAP (TDWNS/LDAP)
- DID Name System over X.500/LDAP (DIDNS/LDAP)
This specification describes the design of the DIDNS/DNS reference implementation.
This specification describes the design of the DIDNS/DNS reference implementation.
### Authoritative Source Text
### Authoritative Source Text
The authoriative source text for this specification can be found here: https://github.com/Web7Foundation/Specifications/blob/main/methods/did-tdw-1-0-1.md.
The authoriative source text for this specification can be found here: https://github.com/Web7Foundation/Specifications/blob/main/methods/did-ns-1-0-1.md.
### 3.3 TDWNS Identifier DID Document CRUD Abstract Interface
### 3.3 DIDNS Identifier DID Document CRUD Abstract Interface
This DID Method does not define or support any query operators.
This DID Method does not define or support any query operators.
## 4. CRUD Abstract Interface
## 4. CRUD Abstract Interface
A TDWNS Identifier runtime library implements CRUD interfaces for controlling the lifecycle of a TDWNS Identifier and its associated DID Document that are compliant with this specification.
A DIDNS Identifier runtime library implements CRUD interfaces for controlling the lifecycle of a DIDNS Identifier and its associated DID Document that are compliant with this specification.
### 4.1 Create (Register)
### 4.1 Create (Register)
To create a TDWNS Identifier, a program invokes the `RegIdWithPublicKey` function from a compliant TDWNS Identifier runtime library.
To create a DIDNS Identifier, a program invokes the `RegIdWithPublicKey` function from a compliant DIDNS Identifier runtime library.
The interface to register a TDWNS Identifier and its associated public key is defined as follows:
The interface to register a DIDNS Identifier and its associated public key is defined as follows:
```csharp
```csharp
public bool RegIdWIthPublicKey(string didobjectid, byte[] publicKey);
public bool RegIdWIthPublicKey(string didobjectid, byte[] publicKey);
```
```
The calling program must include two parameters: the string value of the new TDWNS Identifier to be registered and
The calling program must include two parameters: the string value of the new DIDNS Identifier to be registered and
a cryptographic public key to act as the first management key.
a cryptographic public key to act as the first management key.
This function will return `True` if the TDWNS Identifier had not been registered previously.
This function will return `True` if the DIDNS Identifier had not been registered previously.
### 4.2 Read (Resolve)
### 4.2 Read (Resolve)
TDWNS Identifier's associated DID Document can be looked up by invoking the `GetDIDDocument` function from a compliant Identifier runtime library.
DIDNS Identifier's associated DID Document can be looked up by invoking the `GetDIDDocument` function from a compliant Identifier runtime library.
To make sure the result returned by invoking the `GetDIDDocument` function is trustworthy, the client could ask a sufficient number of nodes
To make sure the result returned by invoking the `GetDIDDocument` function is trustworthy, the client could ask a sufficient number of nodes
and compare each node's return value.
and compare each node's return value.
The interface for resolving a TDWNS Identifier and return its associated DID Document is defined as follows:
The interface for resolving a DIDNS Identifier and return its associated DID Document is defined as follows:
```csharp
```csharp
public DIDDocument GetDIDDocument(string didobjectid);
public DIDDocument GetDIDDocument(string didobjectid);
```
```
A DIDDocument is a JSON object which contains the `verificationMethod`, `authentication` elements of the associated DID Document.
A DIDDocument is a JSON object which contains the `verificationMethod`, `authentication` elements of the associated DID Document.
Every public key in the array of `verificationMethod` can be used to authenticate the TDWNS Identifier Controller.
Every public key in the array of `verificationMethod` can be used to authenticate the DIDNS Identifier Controller.
Note: The list of supported public key signature schemes is listed in [Appendix A](#appendix-a-public-key-algorithm).
Note: The list of supported public key signature schemes is listed in [Appendix A](#appendix-a-public-key-algorithm).
To update the DID Document associated with a TDWNS Identifier, two functions need to be invoked,
To update the DID Document associated with a DIDNS Identifier, two functions need to be invoked,
```csharp
```csharp
public bool AddKey(string didobjectid, byte[] newPublicKey, byte[] sender);
public bool AddKey(string didobjectid, byte[] newPublicKey, byte[] sender);
```
```
```csharp
```csharp
public bool RemoveKey(string didobjectid, byte[] oldPublicKey, byte[] sender);
public bool RemoveKey(string didobjectid, byte[] oldPublicKey, byte[] sender);
```
```
Note that `sender` param must be a currently-in-use public key of this TDWNS Identifier.
Note that `sender` param must be a currently-in-use public key of this DIDNS Identifier.
If a public key is removed, then it **cannot** be added again.
If a public key is removed, then it **cannot** be added again.
### 4.4 Deactivate (Revoke)
### 4.4 Deactivate (Revoke)
To delete or deactivate a TDWNS Identifier, it suffices to remove all public keys from its associated
To delete or deactivate a DIDNS Identifier, it suffices to remove all public keys from its associated
DID Document. In this case, there is no public key that can be used to authenticate the TDWNS Identifier Controller.
DID Document. In this case, there is no public key that can be used to authenticate the DIDNS Identifier Controller.
More importantly, deletion of a TDWNS Identifier DID Document means that the associated TDWNS Identifier cannot be reactivated again.
More importantly, deletion of a DIDNS Identifier DID Document means that the associated DIDNS Identifier cannot be reactivated again.
## 5. Implementation Guidance
## 5. Implementation Guidance
The content is this section is non-normative.
The content is this section is non-normative.
Caveat: The applicablility of the individual guidance referenced below to a particular application domain needs to be assessed on a case-by-case basis.
Caveat: The applicablility of the individual guidance referenced below to a particular application domain needs to be assessed on a case-by-case basis.
### Example 3. TDWNS Identifier DNS Query Example
### Example 3. DIDNS Identifier DNS Query Example
| DNS Operation | Example |
| DNS Operation | Example |
| ------------- | ------- |
| ------------- | ------- |
| DNS Query | ```_diddoc.0e12c4ff-227b-4642-b37f-f1eff9d44914.users.example.com.did-tdw.directory type=ANY``` |
| DNS Query | ```_diddoc.0e12c4ff-227b-4642-b37f-f1eff9d44914.users.example.com.didns.directory type=ANY``` |




### Security Considerations
### Security Considerations
There are no security considerations that are specific to this DID Method Specification. Security considersations and requirements are the responsiblity of the particular platform Implementor - taking into consideration the types of Business Documents, Business Processes, DIDComm agents, and Application Objects processed by that platform.
There are no security considerations that are specific to this DID Method Specification. Security considersations and requirements are the responsiblity of the particular platform Implementor - taking into consideration the types of Business Documents, Business Processes, DIDComm agents, and Application Objects processed by that platform.
Implementers need to be aware of the security and performance implications of the underlying tools and technologies
Implementers need to be aware of the security and performance implications of the underlying tools and technologies
used to develop DIDComm agents, services, and libraries that, in turn, leverage the TDWNS Identifier Method Specification; as one example, whether the underlying VDR is configured to support concensus by PoA, PoS, or PoW.
used to develop DIDComm agents, services, and libraries that, in turn, leverage the DIDNS Identifier Method Specification; as one example, whether the underlying VDR is configured to support concensus by PoA, PoS, or PoW.
Further, Implementers are strongly encouraged to review the Security Considerations section of the DID Implementation Guide: https://w3c.github.io/did-imp-guide/#security-considerations.
Further, Implementers are strongly encouraged to review the Security Considerations section of the DID Implementation Guide: https://w3c.github.io/did-imp-guide/#security-considerations.
In addition, consult the Security Considerations section of the Decentralized Identifiers (DIDs) (DID-CORE) specification: https://www.w3.org/TR/did-core/#security-considerations.
In addition, consult the Security Considerations section of the Decentralized Identifiers (DIDs) (DID-CORE) specification: https://www.w3.org/TR/did-core/#security-considerations.
Lastly, the following list of best-in-class DID Method Specifications should also be consulted:
Lastly, the following list of best-in-class DID Method Specifications should also be consulted:
There are no privacy considerations that are specific to this DID Method Specification. Privacy considersations and requirements are the responsiblity of the particular platform Implementor - taking into consideration the types of Business Documents, Business Processes, DIDComm agents, and Application Objects processed by that platform.
There are no privacy considerations that are specific to this DID Method Specification. Privacy considersations and requirements are the responsiblity of the particular platform Implementor - taking into consideration the types of Business Documents, Business Processes, DIDComm agents, and Application Objects processed by that platform.
The syntax and construction of a TDWNS Identifier and its associated DID Document helps to ensure that no Personally Identifiable Information (PII) or other personal data is exposed by these constructs.
The syntax and construction of a DIDNS Identifier and its associated DID Document helps to ensure that no Personally Identifiable Information (PII) or other personal data is exposed by these constructs.
Implementers need to be aware of the privacy implications of the underlying tools and technologies
Implementers need to be aware of the privacy implications of the underlying tools and technologies
used to develop DIDComm agents, services, and libraries that in turn, leverage the TDWNS Identifier Method Specification.
used to develop DIDComm agents, services, and libraries that in turn, leverage the DIDNS Identifier Method Specification.
Further, Implementers are strongly encouraged to review the Privacy Considerations section of the DID Implementation Guide: https://w3c.github.io/did-imp-guide/#privacy-considerations.
Further, Implementers are strongly encouraged to review the Privacy Considerations section of the DID Implementation Guide: https://w3c.github.io/did-imp-guide/#privacy-considerations.
In addition, consult the Privacy Considerations section of the Decentralized Identifiers (DIDs) (DID-CORE) specification: https://www.w3.org/TR/did-core/#privacy-considerations.
In addition, consult the Privacy Considerations section of the Decentralized Identifiers (DIDs) (DID-CORE) specification: https://www.w3.org/TR/did-core/#privacy-considerations.
Lastly, the following list of best-in-class DID Method Specifications should also be consulted:
Lastly, the following list of best-in-class DID Method Specifications should also be consulted:
A version of the code for the Decentralized Identifier Name System (TDWNS) reference implementation can be found in the following GitHub project: https://github.com/Web7Foundation/DnsServer.
A version of the code for the Decentralized Identifier Name System (DIDNS) reference implementation can be found in the following GitHub project: https://github.com/Web7Foundation/DnsServer.
This project is the definitive reference implementation of the Decentralized Identifier Name System (TDWNS) and contains compliant reference implementations of
This project is the definitive reference implementation of the Decentralized Identifier Name System (DIDNS) and contains compliant reference implementations of
TDW apps, DIDComm agents, and services.
Web 7.0 apps, DIDComm agents, and services.
## 7. Acknowledgments
## 7. Acknowledgments
The project is gratefully to all the members of the
The project is gratefully to all the members of the
DID-CORE, Verifiable Credentials, and Confidential Storage working groups (hosted by W3C and DIF) for their years of support.
DID-CORE, Verifiable Credentials, and Confidential Storage working groups (hosted by W3C and DIF) for their years of support.
## Appendix A. Public Key Algorithm
## Appendix A. Public Key Algorithm
There are three public key algorithms supported in this document.
There are three public key algorithms supported in this document.
1. ECDSA
1. ECDSA
2. SM2
2. SM2
3. EdDSA
3. EdDSA
### ECDSA
### ECDSA
The curves that can be used are:
The curves that can be used are:
- secp224r1 -- same as nistp224
- secp224r1 -- same as nistp224
- secp256r1 -- same as nistp256
- secp256r1 -- same as nistp256
- secp384r1 -- same as nistp384
- secp384r1 -- same as nistp384
- secp521r1 -- same as nistp521
- secp521r1 -- same as nistp521
More curves may be supported in future versions of this Method.
More curves may be supported in future versions of this Method.
### SM2
### SM2
There is only one curve that can be used, namely, `sm2p256v1` as defined in [SM2 Digital Signature Algorithm](https://tools.ietf.org/html/draft-shen-sm2-ecdsa-02#appendix-D).
There is only one curve that can be used, namely, `sm2p256v1` as defined in [SM2 Digital Signature Algorithm](https://tools.ietf.org/html/draft-shen-sm2-ecdsa-02#appendix-D).
### EdDSA
### EdDSA
There is only one curve that can be used, namely, `ed25519`.
There is only one curve that can be used, namely, `ed25519`.
## References
## References
References and historical record of related publications.
References and historical record of related publications.
[7] Trusted Digital Web: 8-Layer Architecture Reference Model (TDW-ARM), https://hyperonomy.com/2021/06/28/trusted-digital-web-8-layer-architecture-reference-model-tdw-arm/.
[7] Trusted Digital Web: 8-Layer Architecture Reference Model (TDW-ARM), https://hyperonomy.com/2021/06/28/trusted-digital-web-8-layer-architecture-reference-model-tdw-arm/.
[9] Trusted Digital Web: Trusted Content Storage (TCS) Whitepapers, https://hyperonomy.com/2021/03/17/trusted-digital-web-trusted-content-storage-whitepapers/.
[9] Trusted Digital Web: Trusted Content Storage (TCS) Whitepapers, https://hyperonomy.com/2021/03/17/trusted-digital-web-trusted-content-storage-whitepapers/.
[10] Fully Decentralized Twitter (Dewitter) App Scenario: Platform Requirements (presentation to DIF SDS/CS WG – March 18, 2021), https://hyperonomy.com/2021/03/18/fully-decentralized-twitter-dewitter-app-scenario-platform-requirements-presentation/.
[10] Fully Decentralized Twitter (Dewitter) App Scenario: Platform Requirements (presentation to DIF SDS/CS WG – March 18, 2021), https://hyperonomy.com/2021/03/18/fully-decentralized-twitter-dewitter-app-scenario-platform-requirements-presentation/.
[11] TDW Decentralized Glossary Management and Collaboration Platform (TDW Glossary): Digital Identity Neighborhood, https://hyperonomy.com/2021/03/15/tdw-glossary-management-and-collaboration-platform-tdw-gmcp-digital-identity-neighborhood/.
[11] TDW Decentralized Glossary Management and Collaboration Platform (TDW Glossary): Digital Identity Neighborhood, https://hyperonomy.com/2021/03/15/tdw-glossary-management-and-collaboration-platform-tdw-gmcp-digital-identity-neighborhood/.
[12] TDW Hub Architecture Reference Model (HUB-ARM) – Version 0.104, https://hyperonomy.com/2021/03/11/tdw-hub-architecture-reference-model-hub-arm/.
[12] TDW Hub Architecture Reference Model (HUB-ARM) – Version 0.104, https://hyperonomy.com/2021/03/11/tdw-hub-architecture-reference-model-hub-arm/.
[13] Technology Adoption Models: A Comprehensive Guide, https://hyperonomy.com/2019/10/16/technology-adoption-models/.
[13] Technology Adoption Models: A Comprehensive Guide, https://hyperonomy.com/2019/10/16/technology-adoption-models/.
[14] Is the Social Evolution Model Harmful?, https://hyperonomy.com/2021/02/10/is-the-social-evolution-model-harmful/.
[14] Is the Social Evolution Model Harmful?, https://hyperonomy.com/2021/02/10/is-the-social-evolution-model-harmful/.
[15] Secure Data Storage Working Group (sds-wg) Confidential Storage (CS): Functional Architecture Reference Models (CS-FARMs) 0.36 (whitepaper placeholder): Sample Diagrams, https://hyperonomy.com/2021/02/10/secure-data-storage-working-group-sds-wg-confidential-storage-cs-functional-architecture-reference-models-cs-farms/.
[15] Secure Data Storage Working Group (sds-wg) Confidential Storage (CS): Functional Architecture Reference Models (CS-FARMs) 0.36 (whitepaper placeholder): Sample Diagrams, https://hyperonomy.com/2021/02/10/secure-data-storage-working-group-sds-wg-confidential-storage-cs-functional-architecture-reference-models-cs-farms/.
[16] Trusted Digital Assistant: Conceptual Architecture, https://hyperonomy.com/2021/02/03/trusted-digital-assistant-conceptual-architecture/.
[16] Trusted Digital Assistant: Conceptual Architecture, https://hyperonomy.com/2021/02/03/trusted-digital-assistant-conceptual-architecture/.
[17] What is SSI?, https://hyperonomy.com/2021/02/01/ssi-unconscious-contractions/.
[17] What is SSI?, https://hyperonomy.com/2021/02/01/ssi-unconscious-contractions/.
[18] Trusted Digital Web: First Trusted Web Page Delivered Today – Dec. 3, 2019, https://hyperonomy.com/2019/12/03/trusted-digital-web-first-trusted-web-page-delivered-today-dec-3-2019/.
[18] Trusted Digital Web: First Trusted Web Page Delivered Today – Dec. 3, 2019, https://hyperonomy.com/2019/12/03/trusted-digital-web-first-trusted-web-page-delivered-today-dec-3-2019/.
[19] Trusted Digital Web: Trust Levels for Universal DIDs, https://hyperonomy.com/2019/11/21/trusted-digital-web-levels-of-universal-trust/.
[19] Trusted Digital Web: Trust Levels for Universal DIDs, https://hyperonomy.com/2019/11/21/trusted-digital-web-levels-of-universal-trust/.
[20] Business Choreography and the #TrustedDigitalWeb, https://hyperonomy.com/2019/04/16/business-choreography-and-the-trusteddigitalweb/.
[20] Business Choreography and the #TrustedDigitalWeb, https://hyperonomy.com/2019/04/16/business-choreography-and-the-trusteddigitalweb/.
[21] Social Evolution and Technology Adoption, https://hyperonomy.com/2019/04/08/social-evolution-and-technology-adoption/.
[21] Social Evolution and Technology Adoption, https://hyperonomy.com/2019/04/08/social-evolution-and-technology-adoption/.
[22] The #OpenToInnovation Principle: Internet protocols and standards not only need to be open, but more importantly, open to innovation, https://hyperonomy.com/2019/03/12/internet-protocols-and-standards-not-only-need-to-be-open-but-more-importantly-open-to-innovation/.
[22] The #OpenToInnovation Principle: Internet protocols and standards not only need to be open, but more importantly, open to innovation, https://hyperonomy.com/2019/03/12/internet-protocols-and-standards-not-only-need-to-be-open-but-more-importantly-open-to-innovation/.
[23] Giving Grammars Written with ABNF Notation the Respect They Deserve, https://hyperonomy.com/2019/03/11/giving-grammars-written-with-abnf-notation-the-respect-they-deserve/.
[23] Giving Grammars Written with ABNF Notation the Respect They Deserve, https://hyperonomy.com/2019/03/11/giving-grammars-written-with-abnf-notation-the-respect-they-deserve/.
[24] SerentityData: Variable-byte, Statistically-based Entity Serialization & Field Encoding, https://hyperonomy.com/2019/02/06/serentitydata-variable-byte-statistically-based-entity-serialization-field-encoding/.
[24] SerentityData: Variable-byte, Statistically-based Entity Serialization & Field Encoding, https://hyperonomy.com/2019/02/06/serentitydata-variable-byte-statistically-based-entity-serialization-field-encoding/.
[25] #iDIDit: [OLD] An Architecture-driven Taxonomy for SSI DIDComm agents v0.5, https://hyperonomy.com/2019/02/01/architecture-driven-taxonomy-for-ssi-DIDComm agents/.
[25] #iDIDit: [OLD] An Architecture-driven Taxonomy for SSI DIDComm agents v0.5, https://hyperonomy.com/2019/02/01/architecture-driven-taxonomy-for-ssi-DIDComm agents/.
[26] #iDIDit: What is a DID?, https://hyperonomy.com/2019/01/24/what-is-a-did/.
[26] #iDIDit: What is a DID?, https://hyperonomy.com/2019/01/24/what-is-a-did/.
[28] #iDIDit: [OLD] End-to-end Path from a id (DID) to a Real-Life Something v0.3, https://hyperonomy.com/2019/01/04/the-path-from-a-id-did-to-a-real-life-something/.
[28] #iDIDit: [OLD] End-to-end Path from a id (DID) to a Real-Life Something v0.3, https://hyperonomy.com/2019/01/04/the-path-from-a-id-did-to-a-real-life-something/.
[29] #iDIDit: What’s more important? …the name of something or the something?, https://hyperonomy.com/2019/01/02/whats-more-important-the-name-of-something-or-the-something/.
[29] #iDIDit: What’s more important? …the name of something or the something?, https://hyperonomy.com/2019/01/02/whats-more-important-the-name-of-something-or-the-something/.
[30] DNS (Domain Name Service): A Detailed, High-level Overview, https://hyperonomy.com/2019/01/02/dns-domain-name-service-a-detailed-high-level-overview/.
[30] DNS (Domain Name Service): A Detailed, High-level Overview, https://hyperonomy.com/2019/01/02/dns-domain-name-service-a-detailed-high-level-overview/.
[32] Refactoring UBL 2.2 business documents for enacting business processes on the blockchain [WIP], https://hyperonomy.com/2018/12/06/refactoring-ubl-2-2-business-documents-for-enacting-business-processes-on-the-blockchain-wip/.
[32] Refactoring UBL 2.2 business documents for enacting business processes on the blockchain [WIP], https://hyperonomy.com/2018/12/06/refactoring-ubl-2-2-business-documents-for-enacting-business-processes-on-the-blockchain-wip/.
[33] Ethereum .NET Development Examples using the Nethereum Integration Libraries, https://hyperonomy.com/2017/12/19/ethereum-net-examples-using-the-nethereum-libraries/.
[33] Ethereum .NET Development Examples using the Nethereum Integration Libraries, https://hyperonomy.com/2017/12/19/ethereum-net-examples-using-the-nethereum-libraries/.
[34] #Graphitization of the Amazon Leadership Principles (introducing Personal Leadership Principle Maps) – Iteration 1, https://hyperonomy.com/2017/05/08/amazons-principles/.
[34] #Graphitization of the Amazon Leadership Principles (introducing Personal Leadership Principle Maps) – Iteration 1, https://hyperonomy.com/2017/05/08/amazons-principles/.