/nip05-verif

Hosting nostr.json for Nostr, using Github Pages.

Primary LanguageHTML

NIP05-VERIF

This repository is for hosting nostr.json, which is used for NIP-05 verification, using Github Pages.

このリポジトリはNostrのNIP-05に必要な nostr.json ファイルをGithub Pagesでホスティングするためのものです。

Usage

  1. Fork this repository.
  2. Open index.html, and replace "YOUR_NAME" and "YOUR_PUBKEY" with your own.
  3. Convert your PUBKEY to HEX format(=YOUR_PUBKEY_HEX), using Key Converter.
  4. Open ./well-known/nostr.json and replace <YOUR_NAME> and <YOUR_PUBKEY_HEX> with your own.
  5. Deploy!