Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 870 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 870 Bytes

Static DAP Registry

Behold! a Poor man's DAP Registry that hosts the contents of registry using github pages to serve as a DAP registry. Useful for kicking the tires.

Note

Currently acting as a DAP registry for DIDPay - didpay.me

"Registering" a DAP

  1. Clone this repo
  2. Activate hermit
  3. run just register <your_handle>
  4. add whatever money addresses you want

Warning

Currently overwrites any pre-existing DAP.

How it works

  • didpay.me's DID document is hosted at https://didpay.me/.well-known/did.json and located here
  • creates a did:web for all handles e.g. did:web:didpay.me:moegrammer by saving the auto-generated did document to registry/<handle>/did.json
  • saves the registration to registry/daps/<handle>