Decentralised Address Resolution Protocol
  • Introduction
  • Foundations
  • Decentralised Identity Standards
  • Address Resolver Documents
    • Purpose of the Address Resolver Document
    • Trusting an Address Resolver Document
    • Verifying the Address Resolver Document
    • Verifying Address Name Ownership
  • Decentralised Address Name Registrars
    • Purpose of Decentralised Address Name Registrars
    • Verified Address Name Ownership
    • Address Name Registry
Powered by GitBook
On this page

Was this helpful?

Introduction

NOTE: This documentation is still in progress and will evolve further as the DARP protocol is developed.

Complex addresses (e.g. cryptocurrency, network, physical) are difficult to share and remember, which adds risk to their use. The Decentralised Address Resolution Protocol is being designed to provide easy to remember Address Names to help mitigate against these problems

While some services already exist which focus on simplifying the use of cryptocurrency addresses, they are not implemented on a third generation blockchain and use smart contracts to store records on the blockchain that map a friendly name to an address. While this technically decentralises the name resolution service, it unnecessarily adds bloat to the blockchain with data that doesn't necessarily need to be immutable and can also add cost through the use of gas.

NextFoundations

Last updated 4 years ago

Was this helpful?