This repository is for hosting nostr.json, which is used for NIP-05 verification, using Github Pages.
このリポジトリはNostrのNIP-05に必要な nostr.json ファイルをGithub Pagesでホスティングするためのものです。
- Fork this repository.
- Open index.html, and replace "YOUR_NAME" and "YOUR_PUBKEY" with your own.
- Convert your PUBKEY to HEX format(=YOUR_PUBKEY_HEX), using Key Converter.
- Open ./well-known/nostr.json and replace <YOUR_NAME> and <YOUR_PUBKEY_HEX> with your own.
- Deploy!