release: 2.0.6

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle
2024-02-21 16:17:50 +07:00
parent 6a851ecfe1
commit e545f2e877
4 changed files with 18 additions and 7 deletions

View File

@@ -102,13 +102,16 @@ module.exports = {
//
// NOTE: - Require NIP-42 compatible nostr client
private_keys: {
// "pubkey-in-hex": "privatekey",
// "pubkey-in-hex": "privatekey-in-hex",
// "pubkey-in-hex": "nsec ...."
},
// Tip: If you want to convert your pubkey/privatekey to hex,
// You could run the following command:
// $ node hexconverter.js npub....
// $ node hexconverter.js nsec....
// or
// $ bostr hexconverter npub....
// $ bostr hexconverter nsec....
// Server information.
// Only for when nostr client requesting server information.