Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NIP-05 Creation Tool to Damus Key Converter #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2023

  1. Add files via upload

    theDavidCoen authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    4cf2133 View commit details
    Browse the repository at this point in the history
  2. Add NIP-05 Creation Tool to Damus Key Converter

    Just in case you want to add this feature.
    It comes from my NIP-05 Creation Tool you find here https://resources.davidcoen.it/nip05creator/ .
    
    The tool generates a .zip file. Inside you have a .htaccess file for your Apache server and a folder which contains a JSON called "nostr.json".
    You simply need to paste the unzipped contents in the domain you prefer.
    For example, I wanted to put my NIP05 identifier in my domain davidcoen.it, so I pasted .htaccess file and the .well-known folder in the public.html folder.
    theDavidCoen authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    40ff439 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from theDavidCoen/theDavidCoen-NIP-05-Creation-…

    …Tool
    
    Add NIP-05 Creation Tool to Damus Key Converter
    theDavidCoen authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d8588a5 View commit details
    Browse the repository at this point in the history
  4. Update index.html

    theDavidCoen authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    746eec8 View commit details
    Browse the repository at this point in the history