GitHub の場合:
1. Gist で以下のファイルを作成する
```
Verifying that I control the following Nostr public key: ユーザーの公開鍵 (npub)
```
例: https://gist.github.com/AsaiToshiya/a87ff4d02aa7dd6b64988e5c918ec25b
2. `kind 0` のイベントを作成する
```
{
"kind": 0,
...
"tags": [
["i", "github:GitHub のユーザー名", "上記の Gist の ID"]
]
}
```
例:
```
{
"kind": 0,
...
"tags": [
["i", "github:AsaiToshiya", "a87ff4d02aa7dd6b64988e5c918ec25b"]
]
}
```