Nip 05 Github Guide
Follow these steps to get NIP-05 verification on nostr with GitHub Pages Prerequisites A GitHub account Fork github repo Go to https://github.com/metasikander/nip05-github and create a fork of it with the “fork”-button in the top right corner Select a name and press the green “create fork” button. Setup github pages from repo. Go into Settings -> Pages Select branch (“main”) and root folder (/root) Save Reload page, and press the “Visit site”-button You will gett a 404-page In the address-field, add “.well-known/nostr.json” to the end and press enter. This should show a basic json-file. Like this Edit nostr.json-file Back at the GitHub repo page, go into the .well-known folder, and edit the nostr.json-file. This can be done on the github website through the edit button. ...